https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66040

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu.org

--- Comment #2 from kargl at gcc dot gnu.org ---
This appears to be an intentional ICE (although I'm not sure why).
The code in question is lines 2427-2430 in parse.c(verify_st_order).


    default:
      gfc_internal_error ("Unexpected %s statement in verify_st_order() at %C",
                          gfc_ascii_statement (st));

Reply via email to