------- Comment #7 from jvdelisle at gcc dot gnu dot org 2009-01-24 18:11 ------- Regarding the question on location markers: If gfc_error or gfc_warning are used with the %C designator, only the current line is picked up. The actual format token locus is saved in the format_locus pointer variable and should be used with the %L designator. I am fixing some of these in the patch I am working up.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38439