This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/47850] [4.6 Regression] ICE in gfc_conv_array_initializer
- From: "jvdelisle at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 6 Mar 2011 15:16:59 +0000
- Subject: [Bug fortran/47850] [4.6 Regression] ICE in gfc_conv_array_initializer
- Auto-submitted: auto-generated
- References: <bug-47850-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47850
--- Comment #12 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2011-03-06 15:16:46 UTC ---
Passes:
case EXPR_ARRAY:
/* return 1 here and it works. */
/* gfc_constant_ac (e); */
return 1;
Fails:
case EXPR_ARRAY:
/* return 1 here and it works. */
gfc_constant_ac (e);
return 1;