Eric Botcazou wrote: >> That's what I am doing, kind of, just the other way round. In 4.3.2 I >> compiled the existing port and switched it over to ZCX, and it worked well >> enough to pass most of the testsuite, including EH. Now I'm changing the >> target pairs on top of that and suddenly it's complaining, which is why I'm >> confused; I thought that bit was stable. > > Your .diff contains this > > + EH_MECHANISM=-gcc > > so it looks as though the base compiler was SJLJ. >
Ah, bingo! Thanks Eric; yes, I have a recent build of an SJLJ Gnat from HEAD lying around my PATH ahead of my old 4.3.2-with-ZCX. Getting that out of the way should help! cheers, DaveK