This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix part of pr25505
- From: Josh Conner <jconner at apple dot com>
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 01 Sep 2006 09:51:55 -0700
- Subject: Re: [PATCH] Fix part of pr25505
- References: <44F6DBB3.2080809@apple.com> <44F769D1.1010205@redhat.com> <44F76AAE.7000601@redhat.com> <44F76EB9.3010103@apple.com> <44F829EB.40704@redhat.com> <44F85FD4.1070101@apple.com> <44F86195.3030008@redhat.com>
Diego Novillo wrote:
> Josh Conner wrote on 09/01/06 12:29:
>
>> Where should I go from here?
>>
> After thinking a bit more about it, I think your patch should be safe.
> The cases it does handle are clearly valid and you are right about
> readibility.
OK, thanks - I'll check this in.
> What happened to the gimplifier change? Did you commit that already?
> If not, go ahead.
I committed that change yesterday.
The gimple change could also apply to 4.0 and 4.1, and the nrv change to
4.1. Should I test these patches there and submit patches for those, too?
- Josh