This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/47455] [4.6 Regression][OOP] internal compiler error: in fold_convert_loc, at fold-const.c:2028
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 31 Jan 2011 21:56:24 +0000
- Subject: [Bug fortran/47455] [4.6 Regression][OOP] internal compiler error: in fold_convert_loc, at fold-const.c:2028
- Auto-submitted: auto-generated
- References: <bug-47455-4@http.gcc.gnu.org/bugzilla/>
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.