https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84748
--- Comment #6 from ktkachov at gcc dot gnu.org --- Author: ktkachov Date: Tue Apr 10 13:05:24 2018 New Revision: 259271 URL: https://gcc.gnu.org/viewcvs?rev=259271&root=gcc&view=rev Log: [AArch64] PR target/84748: Mark *compare_cstore<mode>_insn as clobbering CC reg Backport from mainline 2018-03-08 Kyrylo Tkachov <kyrylo.tkac...@arm.com> PR target/84748 * config/aarch64/aarch64.md (*compare_cstore<mode>_insn): Mark pattern as clobbering CC_REGNUM. * gcc.c-torture/execute/pr84748.c: New test. Added: branches/gcc-6-branch/gcc/testsuite/gcc.c-torture/execute/pr84748.c Modified: branches/gcc-6-branch/gcc/ChangeLog branches/gcc-6-branch/gcc/config/aarch64/aarch64.md branches/gcc-6-branch/gcc/testsuite/ChangeLog