Re: [committed] Typo in ipa-devirt.c

2015-07-27 Thread Marek Polacek
On Mon, Jul 27, 2015 at 09:45:19PM +0200, Richard Biener wrote: > On July 27, 2015 9:35:35 PM GMT+02:00, Marek Polacek > wrote: > >This patch fixes an obvious typo in types_same_for_odr detected by the > >new -Wtautological-compare warning. > > > >Bootstrapped/regtested on x86_64-linux, applying

Re: [committed] Typo in ipa-devirt.c

2015-07-27 Thread Richard Biener
On July 27, 2015 9:35:35 PM GMT+02:00, Marek Polacek wrote: >This patch fixes an obvious typo in types_same_for_odr detected by the >new -Wtautological-compare warning. > >Bootstrapped/regtested on x86_64-linux, applying to trunk. Might want to back port this. Looks like a latent wrong-code bug

[committed] Typo in ipa-devirt.c

2015-07-27 Thread Marek Polacek
This patch fixes an obvious typo in types_same_for_odr detected by the new -Wtautological-compare warning. Bootstrapped/regtested on x86_64-linux, applying to trunk. 2015-07-27 Marek Polacek * ipa-devirt.c (types_same_for_odr): Fix typo. diff --git gcc/ipa-devirt.c gcc/ipa-devirt.c i