[Bug fortran/25756] ICE on valid code with labels
aldot at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Jan 13 22:15:00 GMT 2006
------- Comment #10 from aldot at gcc dot gnu dot org 2006-01-13 22:15 -------
Should the warning be made consistent between fixed- and free form?
Both the gfc_warning vs. gfc_warning_now and the strings are not consistent.
Fixed Form has:
gfc_warning ("Statement label in blank line will be ignored at %C");
Free form does a warning_now like so:
gfc_warning_now ("Ignoring statement label in empty statement at %C");
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25756
More information about the Gcc-bugs
mailing list