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
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
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
> >
> > PR c/44938
> > * c-p
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
>
> PR c/44938
> * c-parser.c (c_parser_postfix_expression_after_primar): Initialize
The functio
On Sun, Feb 10, 2013 at 12:29:41AM +0100, Marc Glisse wrote:
> >2013-02-07 Marek Polacek
> >
> > * 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 the
> paren
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’
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