[Bug c/25229] __sync_add_and_fetch cannot use condition flags from subl

2005-12-02 Thread bcrl at kvack dot org
--- Comment #2 from bcrl at kvack dot org 2005-12-02 20:06 --- The attached program should generate code that looks something like: fput: addl $-1,(%rdi) jne .L4 jmp release .L4: ret -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25229

[Bug c/25229] __sync_add_and_fetch cannot use condition flags from subl

2005-12-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-02 20:05 --- *** This bug has been marked as a duplicate of 25228 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --