aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/io.c')
-rw-r--r--gcc/fortran/io.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/fortran/io.c b/gcc/fortran/io.c
index 7d3702c..6a31bfa 100644
--- a/gcc/fortran/io.c
+++ b/gcc/fortran/io.c
@@ -473,10 +473,11 @@ format_item:
case FMT_X:
/* X requires a prior number if we're being pedantic. */
- if (!pedantic)
- goto between_desc;
- error = "X descriptor requires leading space count";
- goto syntax;
+ if (gfc_notify_std (GFC_STD_GNU, "Extension: X descriptor "
+ "requires leading space count at %C")
+ == FAILURE)
+ return FAILURE;
+ goto between_desc;
case FMT_SIGN:
case FMT_BLANK: