[Bug tree-optimization/38153] ICE in testcase when compiled with -ftree-parallelize-loops

2017-11-26 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38153 Volker Reichelt changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug tree-optimization/38153] ICE in testcase when compiled with -ftree-parallelize-loops

2016-01-19 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38153 Martin Sebor changed: What|Removed |Added Target|powerpc64-suse-linux|powerpc64*-*-linux CC|

[Bug tree-optimization/38153] ICE in testcase when compiled with -ftree-parallelize-loops

2010-10-20 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38153 Zdenek Sojka zsojka at seznam dot cz changed: What|Removed |Added CC||zsojka at seznam

[Bug tree-optimization/38153] ICE in testcase when compiled with -ftree-parallelize-loops

2008-12-28 Thread reichelt at gcc dot gnu dot org
--- Comment #1 from reichelt at gcc dot gnu dot org 2008-12-28 18:24 --- Confirmed. Shorter testcase that crashes with -O -ftree-parallelize-loops=2 (on i686-pc-linux-gnu): = void foo(int n, void** p) { int i; for (i = 0; i n; ++i) p[i] = L; L:

[Bug tree-optimization/38153] ICE in testcase when compiled with -ftree-parallelize-loops

2008-12-28 Thread reichelt at gcc dot gnu dot org
--- Comment #2 from reichelt at gcc dot gnu dot org 2008-12-28 18:40 --- Btw, the error message is a little hosed: bug.c: In function 'foo': bug.c:2: error: label L has incorrect context in bb 8bug.c:7: internal compiler error: verify_flow_info failed Please submit a full bug report,

[Bug tree-optimization/38153] ICE in testcase when compiled with -ftree-parallelize-loops

2008-12-28 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2008-12-29 03:34 --- *** Bug 38154 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38153