[Bug tree-optimization/93134] [graphite] ICE: Segmentation fault in ISL

2020-01-09 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93134 --- Comment #11 from Arseny Solokha --- *** Bug 90004 has been marked as a duplicate of this bug. ***

[Bug tree-optimization/93134] [graphite] ICE: Segmentation fault in ISL

2020-01-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93134 --- Comment #10 from Martin Liška --- *** Bug 93167 has been marked as a duplicate of this bug. ***

[Bug tree-optimization/93134] [graphite] ICE: Segmentation fault in ISL

2020-01-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93134 Richard Biener changed: What|Removed |Added CC||slyfox at inbox dot ru --- Comment #9 f

[Bug tree-optimization/93134] [graphite] ICE: Segmentation fault in ISL

2020-01-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93134 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/93134] [graphite] ICE: Segmentation fault in ISL

2020-01-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93134 --- Comment #7 from Richard Biener --- Looking at ISL 0.2[01] they did __isl_give isl_basic_set *isl_basic_map_underlying_set( __isl_take isl_basic_map *bmap) { if (!bmap) goto error; if (bmap->dim->nparam

[Bug tree-optimization/93134] [graphite] ICE: Segmentation fault in ISL

2020-01-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93134 --- Comment #6 from Richard Biener --- I've tried to notify ISL folks via the isl-development google group, bugzilla doesn't like the URL though, https://groups.google.com/forum/#!topic/isl-development/kgt5RxawS_Q

[Bug tree-optimization/93134] [graphite] ICE: Segmentation fault in ISL

2020-01-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93134 --- Comment #5 from Richard Biener --- But, confirmed. With in-tree ISL: rogram received signal SIGSEGV, Segmentation fault. 0x02447d44 in isl_basic_map_underlying_set (bmap=0x0) at /tmp/trunk/isl/isl_map.c:5515 5515spac

[Bug tree-optimization/93134] [graphite] ICE: Segmentation fault in ISL

2020-01-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93134 Richard Biener changed: What|Removed |Added CC||grosser at gcc dot gnu.org --- Comment

[Bug tree-optimization/93134] [graphite] ICE: Segmentation fault in ISL

2020-01-06 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93134 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment #3

[Bug tree-optimization/93134] [graphite] ICE: Segmentation fault in ISL

2020-01-06 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93134 --- Comment #2 from Martin Liška --- One another ICE for existing test-suite: $ gfortran /home/marxin/Programming/gcc/gcc/testsuite/gfortran.dg/dependency_58.f90 -O3 -fwrapv -floop-nest-optimize during GIMPLE pass: graphite /home/marxin/Programm

[Bug tree-optimization/93134] [graphite] ICE: Segmentation fault in ISL

2020-01-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93134 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|