From 9873a35f52487b3dcd2cbbc973d1ea2a4d59dd1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20SVENSSON?= Date: Tue, 24 Mar 2026 10:28:45 +0100 Subject: [PATCH] testsuite: add require effective target fopenmp to pr124454-1.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit gcc/testsuite/ChangeLog: * gcc.dg/pr124454-1.c: Add missing require effective target fopenmp. Signed-off-by: Torbjörn SVENSSON --- gcc/testsuite/gcc.dg/pr124454-1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/gcc.dg/pr124454-1.c b/gcc/testsuite/gcc.dg/pr124454-1.c index 11c4d803d1b..0f05bc544a3 100644 --- a/gcc/testsuite/gcc.dg/pr124454-1.c +++ b/gcc/testsuite/gcc.dg/pr124454-1.c @@ -1,4 +1,5 @@ /* { dg-do compile } */ +/* { dg-require-effective-target fopenmp } */ /* { dg-additional-options "-O3 -fno-forward-propagate -fnon-call-exceptions -fno-dse -fprofile-generate -fopenmp -finstrument-functions" } */ /* { dg-additional-options "-mno-outline-atomics" { target aarch64*-*-* } } */