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/47455] [4.6 Regression][OOP] internal compiler error: in fold_convert_loc, at fold-const.c:2028


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

--- Comment #7 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-01-31 21:56:08 UTC ---
The ICEs disappear with the patch in comment #6, but the test in comment #4
fails at

        if(any (this%x%i /= [5, 7])) call abort() ! FAILS

and segfault later if I comment the test. The test in comment #6 segfault also.


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