[Bug tree-optimization/69292] [graphite] ICE with -floop-nest-optimize

2016-01-15 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69292 --- Comment #3 from vries at gcc dot gnu.org --- After isl code generation, the first BB is bb 28: ... : if (1 != 0) goto ; else goto ; : : _48 = _8 > 0; if (_48 != 0) goto ; else goto ; ... The ICE during update

[Bug tree-optimization/69292] [graphite] ICE with -floop-nest-optimize

2016-01-15 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69292 --- Comment #2 from vries at gcc dot gnu.org --- Created attachment 37351 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37351&action=edit pr39516.c.137t.graphite

[Bug tree-optimization/69292] [graphite] ICE with -floop-nest-optimize

2016-01-15 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69292 vries at gcc dot gnu.org changed: What|Removed |Added Summary|ICE with|[graphite] ICE with