From 0b7e26d8f91482fe932a323d8d05d87a40be65dc Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Sat, 18 Jul 2020 05:24:46 +0200 Subject: [PATCH] testsuite/c-c++-common/cpp/pragma-eof.c: Add missing require fopenmp Committed as obvious. Gets rid of a spurious failure for mmix. gcc/testsuite: * c-c++-common/cpp/pragma-eof.c: Require fopenmp. --- gcc/testsuite/c-c++-common/cpp/pragma-eof.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/c-c++-common/cpp/pragma-eof.c b/gcc/testsuite/c-c++-common/cpp/pragma-eof.c index c72be8042b5..9537470ea80 100644 --- a/gcc/testsuite/c-c++-common/cpp/pragma-eof.c +++ b/gcc/testsuite/c-c++-common/cpp/pragma-eof.c @@ -1,3 +1,4 @@ +/* { dg-require-effective-target fopenmp } */ /* { dg-additional-options -fopenmp } */ /* { dg-error "expected" "" { target *-*-* } 6 } */ -- 2.30.2