This is the mail archive of the gcc-cvs@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]

r259271 - in /branches/gcc-6-branch/gcc: Change...


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.tkachov@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


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