| Submitter | Ed Smith-Rowland |
|---|---|
| Date | Nov. 11, 2012, 4:10 a.m. |
| Message ID | <509F2522.9040803@verizon.net> |
| Download | mbox | patch |
| Permalink | /patch/198236/ |
| State | New |
| Headers | show |
Comments
OK. Jason
Patch
Index: parser.c =================================================================== --- parser.c (revision 193380) +++ parser.c (working copy) @@ -24650,7 +24650,7 @@ if (decl_spec_seq_has_spec_p (&declspecs, ds_typedef)) { cp_parser_error (parser, "invalid type for instance variable"); - declspecs.locations[ds_thread] = 0; + declspecs.locations[ds_typedef] = 0; } prefix_attributes = declspecs.attributes;