Message ID | 5D81FE4F-A649-4045-BFBB-2C24D7796F8D@comcast.net |
---|---|
State | New |
Headers | show |
Index: trans-array.c =================================================================== --- trans-array.c (revision 210276) +++ trans-array.c (working copy) @@ -5405,7 +5405,6 @@ gfc_conv_array_initializer (tree type, g gfc_conv_structure (&se, expr, 1); wtmp = wi::to_offset (TYPE_MAX_VALUE (TYPE_DOMAIN (type))) + 1; - gcc_assert (wtmp != 0); /* This will probably eat buckets of memory for large arrays. */ while (wtmp != 0) {