[Bug tree-optimization/62113] [graphite] ICE using -floop-parallelize-all

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62113

Sebastian Pop  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||spop at gcc dot gnu.org
 Resolution|--- |FIXED

--- Comment #3 from Sebastian Pop  ---
Fixed on trunk with a recent ISL-0.15 that contains the compute time out
functions.

$ time gcc -O2 -floop-parallelize-all -c rdft.i
real 0m1.763s


[Bug tree-optimization/62113] [graphite] ICE using -floop-parallelize-all

2014-08-14 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62113

ktkachov at gcc dot gnu.org changed:

   What|Removed |Added

   Keywords||compile-time-hog,
   ||memory-hog
 Target||arm, aarch64, x86_64
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2014-08-14
 CC||ktkachov at gcc dot gnu.org
 Ever confirmed|0   |1
  Known to fail||4.8.4, 4.9.1, 5.0

--- Comment #2 from ktkachov at gcc dot gnu.org ---
Confirmed on 4.9.1 and current trunk on arm and aarch64. Didn't try 4.8


[Bug tree-optimization/62113] [graphite] ICE using -floop-parallelize-all

2014-08-14 Thread drfiemost at email dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62113

--- Comment #1 from Leandro Nini  ---
Created attachment 33322
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33322&action=edit
Reduced source