| Submitter | Gabriel Dos Reis |
|---|---|
| Date | Nov. 17, 2012, 4:50 p.m. |
| Message ID | <87lie0fa1h.fsf@gauss.cs.tamu.edu> |
| Download | mbox | patch |
| Permalink | /patch/199865/ |
| State | New |
| Headers | show |
Comments
Patch
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;