Re: [PATCH][AArch64] Get %c output template tests to pass for -fPIC

2013-10-24 Thread Marcus Shawcroft
On 21 October 2013 09:41, Kyrill Tkachov wrote: > [gcc/testsuite] > 2013-10-21 Kyrylo Tkachov > > * gcc.target/aarch64/c-output-mod-2.c: Fix for -fPIC. > * gcc.target/aarch64/c-output-mod-3.c: Likewise. OK /Marcus

[PATCH][AArch64] Get %c output template tests to pass for -fPIC

2013-10-21 Thread Kyrill Tkachov
Hi all, When I added the tests for the %c output template for aarch64 I did not take into account that compiling them with -fPIC would fail. This patch fixes them to use the 'S' constraint to get them to work. Ok for trunk? Tested on aarch64-none-elf/-fPIC Thanks, Kyrill [gcc/testsuite] 2