diff options
Diffstat (limited to 'gcc/fortran/io.c')
-rw-r--r-- | gcc/fortran/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/io.c b/gcc/fortran/io.c index ae9df4a..3da0d26 100644 --- a/gcc/fortran/io.c +++ b/gcc/fortran/io.c @@ -2599,7 +2599,7 @@ if (condition) \ if (dt->namelist != NULL) { if (gfc_notify_std(GFC_STD_F2003, - "Internal file at %L is incompatible with namelist", + "Fortran 2003: Internal file at %L with namelist", &expr->where) == FAILURE) m = MATCH_ERROR; } |