> The result is good enough to bootstrap natively and seems to give reasonable > native testsuite results for a first attempt. The machine I'm running on > has broken icache flushing, so trampolines won't work, and I suspect that > is causing a lot of the testsuite failures.
Ada doesn't use trampolines if you define... > + Always_Compatible_Rep : constant Boolean := False; ...this to False. -- Eric Botcazou