Re: [PATCH] Fix bootstrap with -O3

2013-02-12 Thread Marek Polacek
On Sun, Feb 10, 2013 at 12:29:41AM +0100, Marc Glisse wrote: 2013-02-07 Marek Polacek pola...@redhat.com * c-parser.c (origtypes): Initialize to NULL. Maybe mention PR44938? (there may be a dup or two) Ok, I added that. (I thought it was the name of the function that went inside

Re: [PATCH] Fix bootstrap with -O3

2013-02-12 Thread Jakub Jelinek
On Tue, Feb 12, 2013 at 08:26:37PM +0100, Marek Polacek wrote: That's right, so I used something hopefully better this time around ;) Ok for trunk now? 2013-02-12 Marek Polacek pola...@redhat.com PR c/44938 * c-parser.c (c_parser_postfix_expression_after_primar): Initialize

Re: [PATCH] Fix bootstrap with -O3

2013-02-12 Thread Marek Polacek
On Tue, Feb 12, 2013 at 08:52:27PM +0100, Jakub Jelinek wrote: On Tue, Feb 12, 2013 at 08:26:37PM +0100, Marek Polacek wrote: That's right, so I used something hopefully better this time around ;) Ok for trunk now? 2013-02-12 Marek Polacek pola...@redhat.com PR c/44938 *

Re: [PATCH] Fix bootstrap with -O3

2013-02-12 Thread Alec Teal
On 12/02/13 19:59, Marek Polacek wrote: Thanks for noticing, I used auto-completing of words... I'll fix it up and commit. Marek Why did this occur? I am curious. Alec

Re: [PATCH] Fix bootstrap with -O3

2013-02-12 Thread Marek Polacek
On Tue, Feb 12, 2013 at 08:21:06PM +, Alec Teal wrote: Why did this occur? I am curious. It is caused by -fipa-cp-clone, which -O3 entails. Marek

Re: [PATCH] Fix bootstrap with -O3

2013-02-09 Thread Marc Glisse
On Thu, 7 Feb 2013, Marek Polacek wrote: When bootstrapping with BOOT_FLAGS='-O3 -g', I get: /home/polacek/src/gcc/gcc/c/c-parser.c: In function ‘c_expr c_parser_postfix_expression_after_primary(c_parser*, location_t, c_expr)’: /home/polacek/src/gcc/gcc/c/c-parser.c:6908:16: error: ‘origtypes’

[PATCH] Fix bootstrap with -O3

2013-02-07 Thread Marek Polacek
When bootstrapping with BOOT_FLAGS='-O3 -g', I get: /home/polacek/src/gcc/gcc/c/c-parser.c: In function ‘c_expr c_parser_postfix_expression_after_primary(c_parser*, location_t, c_expr)’: /home/polacek/src/gcc/gcc/c/c-parser.c:6908:16: error: ‘origtypes’ may be used uninitialized in this function