[Bug tree-optimization/64098] ICE isl_ctx.c:172: isl_ctx freed, but some objects still referenced

2021-08-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64098 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug tree-optimization/64098] ICE isl_ctx.c:172: isl_ctx freed, but some objects still referenced

2014-11-29 Thread mircea.namolaru at inria dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64098 --- Comment #1 from Mircea Namolaru mircea.namolaru at inria dot fr --- Bug confirmed. The error message points to a problem in the way in which the unroll-and-jam code manage the isl objects (the space is not freed properly). I pinned down