This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][AArch64] PR target/68129: Define TARGET_SUPPORTS_WIDE_INT
- From: Marcus Shawcroft <marcus dot shawcroft at gmail dot com>
- To: Kyrill Tkachov <kyrylo dot tkachov at arm dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Marcus Shawcroft <marcus dot shawcroft at arm dot com>, Richard Earnshaw <Richard dot Earnshaw at arm dot com>, James Greenhalgh <james dot greenhalgh at arm dot com>
- Date: Mon, 9 Nov 2015 15:34:17 +0000
- Subject: Re: [PATCH][AArch64] PR target/68129: Define TARGET_SUPPORTS_WIDE_INT
- Authentication-results: sourceware.org; auth=none
- References: <56408451 dot 6010502 at arm dot com>
On 9 November 2015 at 11:32, Kyrill Tkachov <kyrylo.tkachov@arm.com> wrote:
> 2015-11-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
>
> 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.
>
> 2015-11-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
>
> PR target/68129
> * gcc.target/aarch64/pr68129_1.c: New test.
Hi, This test isn't aarch64 specific, does it need to be in gcc.target/aarch64 ?
Cheers
/Marcus