The following avoids cloning / IPA CP to mess up dump counting.
Tested on x86_64-unknown-linux-gnu, pushed.
PR testsuite/120167
libgomp/
* testsuite/libgomp.graphite/force-parallel-1.c: Make parloop
noipa.
---
libgomp/testsuite/libgomp.graphite/force-parallel-1.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libgomp/testsuite/libgomp.graphite/force-parallel-1.c
b/libgomp/testsuite/libgomp.graphite/force-parallel-1.c
index 0393356f9f2..b873d7aa1ab 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;
--
2.51.0