Index: semantics.c
===================================================================
--- semantics.c	(revision 193586)
+++ semantics.c	(working copy)
@@ -3041,7 +3041,7 @@
 	  else
 	    {
 	      error (TREE_CODE (decl) == VAR_DECL
-		     ? G_("use of %<auto%> variable from containing function")
+		     ? G_("use of local variable with automatic storage from containing function")
 		     : G_("use of parameter from containing function"));
 	      error ("  %q+#D declared here", decl);
 	      return error_mark_node;
