diff mbox

PR fortran/68426 -- committed

Message ID 20160708222649.GA47334@troutmask.apl.washington.edu
State New
Headers show

Commit Message

Steve Kargl July 8, 2016, 10:26 p.m. UTC
2016-07-08  Steven G. Kargl  <kargl@gcc.gnu.org>

	PR fortran/68426
	* simplify (gfc_simplify_spread): Adjust locus.
diff mbox

Patch

Index: simplify.c
===================================================================
--- simplify.c  (revision 238178)
+++ simplify.c  (working copy)
@@ -6183,8 +6183,7 @@  gfc_simplify_spread (gfc_expr *source, g
     }
   else
     {
-      gfc_error ("Simplification of SPREAD at %L not yet implemented",
-                &source->where);
+      gfc_error ("Simplification of SPREAD at %C not yet implemented");
       return &gfc_bad_expr;
     }