[tuples] Tuplify tree-switch-conversion.c

Richard Guenther richard.guenther@gmail.com
Thu Jul 3 15:32:00 GMT 2008


On Thu, Jul 3, 2008 at 5:14 PM, Jakub Jelinek <jakub@redhat.com> wrote:
> On Thu, Jul 03, 2008 at 05:43:35AM -0400, Jakub Jelinek wrote:
>> This patch tuplifies tree-switch-conversion.c.  It compiles and
>> tree-ssa/cswtch.c test passes, will do full bootstrap/regtest later today.
>
> Unfortunately it didn't bootstrap.  The problem is that two routines
> in the pass were creating non-gimple (incompatible types in assignment
> and/or non-gimple RHS), and while it mysteriously survives all the checking
> on the trunk, it doesn't on the tuples branch.
>
> Attached are patches for the trunk and tuples branch (incremental in this
> case, on top of previously posted patch) which fix this.
> On tuples branch this has been bootstrapped/regtested on x86_64-linux.
>
> Ok for trunk (when it bootstraps/regtests there) and for tuples?

Ok for trunk and tuples.

Thanks,
Richard.

>        Jakub
>



More information about the Gcc-patches mailing list