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 fortran/45077] ICE with -fwhole-file in fold_convert_loc, at fold-const.c:2021


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

--- Comment #8 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-02-20 15:08:18 UTC ---
Although pr40440 has been marked as fixed the original test in comment #0
(i.e., using a non included iso_varying_string.mod) is still yielding an ICE
with trunk:

pr40440.f90: In function 'syntax_init_from_ifile':
pr40440.f90:719:0: internal compiler error: in fold_convert_loc, at
fold-const.c:2028

This ICE is fixed by the patch in comment #6. All the other problems reported
in this pr and in pr44945 have been silenced on trunk for
x86_64-apple-darwin10, making difficult to say that the patches have fixed
them. Otherwise the patch works as expected without regressions.


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