r230093 - in /branches/gcc-5-branch/gcc: Change...
ktkachov@gcc.gnu.org
ktkachov@gcc.gnu.org
Tue Nov 10 10:12:00 GMT 2015
Author: ktkachov
Date: Tue Nov 10 10:12:11 2015
New Revision: 230093
URL: https://gcc.gnu.org/viewcvs?rev=230093&root=gcc&view=rev
Log:
[AArch64] PR target/68129: Define TARGET_SUPPORTS_WIDE_INT
PR target/68129
* config/aarch64/aarch64.h (TARGET_SUPPORTS_WIDE_INT): Define to 1.
* config/aarch64/aarch64.c (aarch64_print_operand, CONST_DOUBLE):
Delete VOIDmode case. Assert that mode is not VOIDmode.
* config/aarch64/predicates.md (const0_operand): Remove const_double
match.
* gcc.target/aarch64/pr68129_1.c: New test.
Added:
branches/gcc-5-branch/gcc/testsuite/gcc.dg/pr68129_1.c
Modified:
branches/gcc-5-branch/gcc/ChangeLog
branches/gcc-5-branch/gcc/config/aarch64/aarch64.c
branches/gcc-5-branch/gcc/config/aarch64/aarch64.h
branches/gcc-5-branch/gcc/config/aarch64/predicates.md
branches/gcc-5-branch/gcc/testsuite/ChangeLog
More information about the Gcc-cvs
mailing list