[Bug target/69644] ICE with -O on __sync_bool_compare_and_swap with short in extract_insn, at recog.c:2286
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Feb 3 22:39:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69644
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Feb 3 22:38:56 2016
New Revision: 233113
URL: https://gcc.gnu.org/viewcvs?rev=233113&root=gcc&view=rev
Log:
PR target/69644
* config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
Force oldval into register if it does not satisfy reg_or_short_operand
predicate. Fix up formatting.
* gcc.dg/pr69644.c: New test.
Added:
trunk/gcc/testsuite/gcc.dg/pr69644.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/rs6000/rs6000.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list