------- Comment #5 from pinskia at gcc dot gnu dot org 2008-04-04 21:22 ------- (In reply to comment #4) > Test gcc.dg/and-1.c, added as a fix for this PR, fails on powerpc64-linux. > The > code generated for "-m64 -O2" is:
The issue is we see (and X (ior Y (not X) ) ), I will add this extra check later this weekend. In GCC 4.1.1, we saw what I had expected but for some reasons GCC 4.3.0 has a different order of arguments. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33512