This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/30565] ICE with -O1 -ftree-pre -ftree-loop-linear -funroll-loops



------- Comment #2 from drab at kepler dot fjfi dot cvut dot cz  2007-01-23 23:34 -------
(In reply to comment #0)
> --------------------------------
> gcc -O1 -ftree-pre -ftree-loop-linear -funroll-loops -c psycho_n1.c -o
> psycho_n1.o
> --------------------------------
...
> Removal of any of the optimizing flags makes it compile. Tested on i686.

Sorry, you can forget the -funroll-loops, that is not required there to produce
the ICE. So just this is enough:

--------------------------------
gcc -O1 -ftree-pre -ftree-loop-linear -c psycho_n1.c -o psycho_n1.o
--------------------------------


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30565


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]