https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92072
Tobias Burnus changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92072
--- Comment #6 from Tobias Burnus ---
Author: burnus
Date: Mon Oct 14 08:14:23 2019
New Revision: 276953
URL: https://gcc.gnu.org/viewcvs?rev=276953&root=gcc&view=rev
Log:
[Fortran] PR 92072 – fix %C corner case
PR fortran/92072
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92072
anlauf at gcc dot gnu.org changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92072
--- Comment #4 from anlauf at gcc dot gnu.org ---
Also adding a blank or a comment after the public makes the ICE go away.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92072
--- Comment #3 from anlauf at gcc dot gnu.org ---
The ICE also disappears if the include file starts with an empty line.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92072
--- Comment #2 from anlauf at gcc dot gnu.org ---
The ICE also disappears if an empty line is added between the PUBLIC
statement and the INCLUDE.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92072
--- Comment #1 from anlauf at gcc dot gnu.org ---
The ICE disappears if the include line and the PUBLIC declaration are
interchanged.