------- Comment #1 from kargl at gcc dot gnu dot org 2008-05-19 19:48 ------- I don't understand this PR. gfc_error's format strings may look like C's printf format strings, but these are different. These format strings are parsed and used by gfortran, and are not passed directly to libc. So, gfc_error (and gfc_warning) format strings should be marked no-c-format.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36161