https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83043
Martin Liška <marxin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P1 |P4
CC| |marxin at gcc dot gnu.org
--- Comment #11 from Martin Liška <marxin at gcc dot gnu.org> ---
I also believe it's not P1, thus adjusting to P4.
Tom I would add:
diff --git a/libgomp/testsuite/libgomp.graphite/force-parallel-1.c
b/libgomp/testsuite/libgomp.graphite/force-parallel-1.c
index 0393356f9f2..01ac124f0a0 100644
--- a/libgomp/testsuite/libgomp.graphite/force-parallel-1.c
+++ b/libgomp/testsuite/libgomp.graphite/force-parallel-1.c
@@ -1,3 +1,5 @@
+/* { dg-options "-fno-ipa-partial-inlining" } */
+
void abort (void);
int x[10000000];
Because IPA fn split does not play any role in the test. Then I would adjust
expected output.