This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/25756] ICE on valid code with labels



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]