[Bug tree-optimization/83043] [8 Regression] FAIL: libgomp.graphite/force-parallel-1.c scan-tree-dump-times graphite "2 loops carried no dependency" 1 (found 0 times)

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Mar 14 18:05:00 GMT 2018


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.


More information about the Gcc-bugs mailing list