http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58088
--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> --- Another testcases: int bar (int i) { return 1 | ((i * 2) & 254); } int foo (int i) { return 1 | ((i * 2) & 255); }
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58088
--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> --- Another testcases: int bar (int i) { return 1 | ((i * 2) & 254); } int foo (int i) { return 1 | ((i * 2) & 255); }