[Ada] Inhibit exception push/pop when not needed

Arnaud Charlet charlet@adacore.com
Fri Nov 4 15:48:00 GMT 2011


>> This patch inhibits the generation of exception push/pop nodes if
>> restriction No_Exception_Handlers is active (when they are always
>> useless), or in CodePeer mode (where they are never needed and can
>> intefere with the analysis).
> 
> this latest series breaks bootstrap on at least i686-darwin9.
> 
> at 180951 (I'll need to wind backwards to find which particular patch -
> unless it's obvious to you).
> 
> -- is a follow-up planned?

It's an issue related to parallel builds (a missing dependency).

I'll double check that and will fix shortly.

Arno



More information about the Gcc-patches mailing list