This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][AArch64] Implement %c output template
- 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>
- Date: Thu, 17 Oct 2013 17:43:51 +0100
- Subject: Re: [PATCH][AArch64] Implement %c output template
- Authentication-results: sourceware.org; auth=none
- References: <525FC66A dot 2070806 at arm dot com>
On 17 October 2013 12:13, Kyrill Tkachov <kyrylo.tkachov@arm.com> wrote:
> [gcc/]
> 2013-10-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
>
> * config/aarch64/aarch64.c (aarch64_print_operand): Handle 'c'.
>
> [gcc/testsuite]
> 2013-10-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
>
> * gcc.target/aarch64/c-output-template.c: New testcase.
> * gcc.target/aarch64/c-output-template-2.c: Likewise.
> * gcc.target/aarch64/c-output-template-3.c: Likewise.
OK
/Marcus