PR fortran/68426 -- committed

Steve Kargl sgk@troutmask.apl.washington.edu
Fri Jul 8 22:27:00 GMT 2016


2016-07-08  Steven G. Kargl  <kargl@gcc.gnu.org>

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


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;
     }

-- 
Steve



More information about the Fortran mailing list