]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fortran/dump-parse-tree.c
gfortran.h (struct gfc_namespace): New member `implicit_loc'.
[thirdparty/gcc.git] / gcc / fortran / dump-parse-tree.c
index 05d32c29a76b298a52db4317f97ff9a26c00d988..32c97d06b73a0f011b6cc2a2e2220a5318b33e3e 100644 (file)
@@ -619,7 +619,7 @@ show_attr (symbol_attribute *attr)
     fputs (" IN-COMMON", dumpfile);
 
   if (attr->abstract)
-    fputs (" ABSTRACT INTERFACE", dumpfile);
+    fputs (" ABSTRACT", dumpfile);
   if (attr->function)
     fputs (" FUNCTION", dumpfile);
   if (attr->subroutine)