This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/70941] [5/6/7 Regression] Test miscompiled with -O2.


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70941

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
4.9 has

  (void) (a = (char) ((-(unsigned char) b - (unsigned char) ((signed char)
((signed char) d != 0 && (signed char) c != 0) ^ -128)) + 19)) >>>>>;
if ((signed char) a != -109)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]