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/47850] [4.6 Regression] ICE in gfc_conv_array_initializer


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;


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