| Submitter | Matt |
|---|---|
| Date | Dec. 17, 2012, 11:28 p.m. |
| Message ID | <Pine.NEB.4.64.1212171522310.63@cesium.clock.org> |
| Download | mbox | patch |
| Permalink | /patch/207009/ |
| State | New |
| Headers | show |
Comments
On Mon, Dec 17, 2012 at 3:28 PM, Matt <matt@use.net> wrote: > Andrew attached a patch for this bug, which I am now hitting in trunk. Can > someone please review and apply to trunk and 4.7 branch? No I did not attach this patch to the bug report. I commented on the patch though. Also this code changed between 4.7 and the trunk so the patch listed below no longer applies. Thanks, Andrew Pinski > > Thanks! > > http://gcc.gnu.org/bugzilla/attachment.cgi?id=25070&action=diff > > --- file_not_specified_in_diff > +++ file_not_specified_in_diff > @@ -1,2 +1,2 @@ > --- gcc/c-parser.c > +++ gcc/c-parser.c > - VEC(tree,gc) *origtypes; > + VEC(tree,gc) *origtypes = NULL; > > > > -- > tangled strands of DNA explain the way that I behave. > http://www.clock.org/~matt
Patch
--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -1,2 +1,2 @@ --- gcc/c-parser.c +++ gcc/c-parser.c - VEC(tree,gc) *origtypes; + VEC(tree,gc) *origtypes = NULL;