From 228deaf0b32a86d7245daa7ea34e58f19904f455 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 c72be8042b5b..9537470ea800 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.47.2