https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66039
Bug ID: 66039 Summary: ICE on incomplete parentheses at rewind, flush, endfile, backspace Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gerhard.steinmetz.fort...@t-online.de Target Milestone: --- Created attachment 35483 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35483&action=edit more code variants An ICE occurs with incomplete parentheses at rewind, flush, endfile, backspace. For example : program p flush (( end Tested with gfortran -c, versions 4.8.3, 4.9.0, 5.1.1 on SUSE Linux 13.2 (64 bit) The attachement contains more disrupting variants for rewind, flush, endfile, backspace. Interestingly, for that variants there are no ICEs for the statement wait. Kind regards.