Re: PATCH RFA: Disable -Wstrict-overflow for unevaluated expressions

2011-07-21 Thread Joseph S. Myers
On Tue, 12 Jul 2011, Ian Lance Taylor wrote: > This patch to the C frontend disables warnings about -Wstrict-overflow > when handling expressions which will not be evaluated. This fixes PR > 49705. > > Bootstrapped and tested on x86_64-unknown-linux-gnu. > > OK for mainline? OK. -- Joseph S.

Re: PATCH RFA: Disable -Wstrict-overflow for unevaluated expressions

2011-07-19 Thread Ian Lance Taylor
Ping. On Tue, Jul 12, 2011 at 3:45 PM, Ian Lance Taylor wrote: > This patch to the C frontend disables warnings about -Wstrict-overflow > when handling expressions which will not be evaluated.  This fixes PR > 49705. > > Bootstrapped and tested on x86_64-unknown-linux-gnu. > > OK for mainline? >

PATCH RFA: Disable -Wstrict-overflow for unevaluated expressions

2011-07-12 Thread Ian Lance Taylor
This patch to the C frontend disables warnings about -Wstrict-overflow when handling expressions which will not be evaluated. This fixes PR 49705. Bootstrapped and tested on x86_64-unknown-linux-gnu. OK for mainline? Ian gcc/c-family: 2011-07-12 Ian Lance Taylor PR middle-end/4970