From: Hans-Peter Nilsson Date: Sat, 18 Jul 2020 03:24:46 +0000 (+0200) Subject: testsuite/c-c++-common/cpp/pragma-eof.c: Add missing require fopenmp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b7e26d8f91482fe932a323d8d05d87a40be65dc;p=gcc.git 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. --- 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 } */