This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][AArch64] Backport of PR 70044 fix to GCC 5
- From: James Greenhalgh <james dot greenhalgh at arm dot com>
- To: Kyrill Tkachov <kyrylo dot tkachov at foss dot arm dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Nick Clifton <nickc at redhat dot com>, Marcus Shawcroft <marcus dot shawcroft at arm dot com>, Richard Earnshaw <Richard dot Earnshaw at arm dot com>
- Date: Thu, 14 Apr 2016 14:35:40 +0100
- Subject: Re: [PATCH][AArch64] Backport of PR 70044 fix to GCC 5
- Authentication-results: sourceware.org; auth=none
- References: <57022F6E dot 5090809 at foss dot arm dot com> <570F9A20 dot 5000508 at foss dot arm dot com>
On Thu, Apr 14, 2016 at 02:24:48PM +0100, Kyrill Tkachov wrote:
> Ping.
> https://gcc.gnu.org/ml/gcc-patches/2016-04/msg00142.html
>
> Thanks,
> Kyrill
> On 04/04/16 10:10, Kyrill Tkachov wrote:
> >Hi all,
> >
> >I'd like to backport Nicks' patch for PR 70044 to the GCC 5 branch.
> >The patch doesn't apply cleanly because the aarch64_override_options_after_change and
> >associated machinery was reworked for GCC 6. This is the (simple) backport of that
> >patch to GCC 5.
> >
> >Bootstrapped and tested on aarch64-none-linux-gnu. Confirmed that the test fails before the patch
> >and passes with it.
> >
> >Ok to commit?
OK.
Thanks,
James