------- 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

  • [Bug fortran/25756] ICE on... aldot at gcc dot gnu dot org

Reply via email to