diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2020-07-18 05:24:46 +0200 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2020-07-18 05:28:20 +0200 |
commit | 0b7e26d8f91482fe932a323d8d05d87a40be65dc (patch) | |
tree | d1a4c7b5abb7a21ac0059c799853015d348fdf2d /gcc | |
parent | 8a8c2573568aa17ada6163f90991701bc4470976 (diff) | |
download | gcc-0b7e26d8f91482fe932a323d8d05d87a40be65dc.zip gcc-0b7e26d8f91482fe932a323d8d05d87a40be65dc.tar.gz gcc-0b7e26d8f91482fe932a323d8d05d87a40be65dc.tar.bz2 |
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/c-c++-common/cpp/pragma-eof.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/c-c++-common/cpp/pragma-eof.c b/gcc/testsuite/c-c++-common/cpp/pragma-eof.c index c72be80..9537470 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 } */ |