This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: patch to fix PR58784 (ARM LRA crash)
- From: Ramana Radhakrishnan <ramana dot gcc at googlemail dot com>
- To: Vladimir Makarov <vmakarov at redhat dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 31 Oct 2013 11:12:09 +0000
- Subject: Re: patch to fix PR58784 (ARM LRA crash)
- Authentication-results: sourceware.org; auth=none
- References: <52711FB9 dot 7000802 at redhat dot com>
- Reply-to: ramrad01 at arm dot com
On Wed, Oct 30, 2013 at 3:03 PM, Vladimir Makarov <vmakarov@redhat.com> wrote:
> The following patch fixes
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58784
>
> LRA has an old check of legitimate addresses. It was written before a newer
> address decomposition code which makes more correct checks of addresses.
>
> So I removed the old check.
>
> Committed as rev. 204215.
>
> 2013-10-30 Vladimir Makarov <vmakarov@redhat.com>
>
> PR target/58784
> * lra.c (check_rtl): Remove address check before LRA work.
>
> 2013-10-30 Vladimir Makarov <vmakarov@redhat.com>
>
> PR target/58784
> * gcc.target/arm/pr58784.c: New.
>