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;