[Bug fortran/67429] [5/6 Regression] Missing part of error messages.
dominiq at lps dot ens.fr
gcc-bugzilla@gcc.gnu.org
Tue Sep 1 22:17:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67429
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2015-09-01
Ever confirmed|0 |1
--- Comment #8 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> Created attachment 36283 [details]
> Patch for PR65045 that displays the problem
Paul,
Your patch for gcc/fortran/decl.c does not apply on trunk:
if (state == COMP_BLOCK)
is now
while (state == COMP_BLOCK)
More information about the Gcc-bugs
mailing list