Re: [RFH][tuples] Make Ada work

2008-07-21 Thread Richard Guenther
On Mon, 21 Jul 2008, Diego Novillo wrote: > On 7/20/08 1:43 PM, Richard Guenther wrote: > > > --- 2318,2326 > > for (i = 0; i < gimple_num_ops (s); i++) > > if (TREE_SIDE_EFFECTS (gimple_op (s, i))) > > { > > ! /* FIXME tuples. This assign is over-eager at least > >

Re: [RFH][tuples] Make Ada work

2008-07-21 Thread Diego Novillo
On 7/20/08 1:43 PM, Richard Guenther wrote: --- 2318,2326 for (i = 0; i < gimple_num_ops (s); i++) if (TREE_SIDE_EFFECTS (gimple_op (s, i))) { ! /* FIXME tuples. This assign is over-eager at least ! for Ada. ! gcc_assert (gimple_ha

Re: [RFH][tuples] Make Ada work

2008-07-20 Thread Arnaud Charlet
> The Ada status on tuples is now that you can build it (on i686 at least) > but gnatmake is miscompiled (or rather, the global initializer stuff > doesn't work - all the ___elabs are missing, as you can see in > for example gnat.dg/renaming3.adb failing if you just use gnat1 from > tuples in a tru

[RFH][tuples] Make Ada work

2008-07-20 Thread Richard Guenther
The Ada status on tuples is now that you can build it (on i686 at least) but gnatmake is miscompiled (or rather, the global initializer stuff doesn't work - all the ___elabs are missing, as you can see in for example gnat.dg/renaming3.adb failing if you just use gnat1 from tuples in a trunk tree).