> 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).
The missing _elabs is more likely a missing change in gigi rather than a miscompilation. > You need the patch below to allow the gnat/rts build to succeed, but > I'm lost with the above now - this is failures at -O0 after all - so > I expect some help from you Ada guys here. Understood. Arno