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 c/66673] swapping variables via chained xor fails


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

--- Comment #2 from joe.carnuccio at qlogic dot com ---
-Wall produces no warnings...

root@elab305:/home/joe/test/c# make -B x -Wall
cc    -c -o x.o x.c
cc   x.o   -o x
root@elab305:/home/joe/test/c# ./x
0 32


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