[Bug fortran/59910] ICE in gfc_conv_array_initializer, at fortran/trans-array.c:5327
dominiq at lps dot ens.fr
gcc-bugzilla@gcc.gnu.org
Wed Apr 12 15:02:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59910
--- Comment #6 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> A patch to fix the problem exposed by code in comment #1
> has been committed to trunk. Same patch does not fix
> 5-branch. Closing as fixed.
It does for me provided the patch is applied at the proper location:
@@ -2657,6 +2657,12 @@ gfc_match_structure_constructor (gfc_sym
Applying the patch with patch -p0 -i patch-59910 put the fix in the wrong
location
@@ -245,6 +245,12 @@ match_integer_constant (gfc_expr **resul
Regtesting in progress. Any objection if I do the back port?
More information about the Gcc-bugs
mailing list