]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite/120167 - avoid IPA messing up with test
authorRichard Biener <rguenther@suse.de>
Tue, 9 Dec 2025 13:54:39 +0000 (14:54 +0100)
committerRichard Biener <rguenther@suse.de>
Tue, 9 Dec 2025 13:56:34 +0000 (14:56 +0100)
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.

libgomp/testsuite/libgomp.graphite/force-parallel-1.c

index 0393356f9f2a38e852d7a639a8664065cf575236..b873d7aa1ab20d9cbd106ce37149574f16ba288a 100644 (file)
@@ -2,7 +2,7 @@ void abort (void);
 
 int x[10000000];
 
-void parloop (int N)
+void __attribute__((noipa)) parloop (int N)
 {
   int i;