From: Richard Biener Date: Tue, 9 Dec 2025 13:54:39 +0000 (+0100) Subject: testsuite/120167 - avoid IPA messing up with test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf8161604066dadf85dbf0c27bc2630f712c10c8;p=thirdparty%2Fgcc.git testsuite/120167 - avoid IPA messing up with test The following avoids cloning / IPA CP to mess up dump counting. PR testsuite/120167 libgomp/ * testsuite/libgomp.graphite/force-parallel-1.c: Make parloop noipa. --- diff --git a/libgomp/testsuite/libgomp.graphite/force-parallel-1.c b/libgomp/testsuite/libgomp.graphite/force-parallel-1.c index 0393356f9f2a..b873d7aa1ab2 100644 --- a/libgomp/testsuite/libgomp.graphite/force-parallel-1.c +++ b/libgomp/testsuite/libgomp.graphite/force-parallel-1.c @@ -2,7 +2,7 @@ void abort (void); int x[10000000]; -void parloop (int N) +void __attribute__((noipa)) parloop (int N) { int i;