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 c++/41619] ICE in insert_save (caller-save.c) for SPEC CPU2000's 252.eon



------- Comment #2 from kenneth dot hoste at elis dot ugent dot be  2009-10-08 10:47 -------
Created an attachment (id=18749)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18749&action=view)
Fortran testcase

Turns out the same error message occurs with SPEC CPU2000's 178.galgel, more
specifically when compiling the lapak.f90 file using one of the following flag
combinations:

-O1 -fno-ira-share-save-slots -fcaller-saves -ffixed-form 
-O2 -fno-ira-share-save-slots -ffixed-form 
-O3 -fno-ira-share-save-slots -ffixed-form 
-Os -fno-ira-share-save-slots -ffixed-form 

A testcase reduced mainly with delta is attached. To reproduce the error, just
use:

gfortran -O2 -fno-ira-share-save-slots -ffixed-form testcase.f90


-- 


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


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