Re: [patch Ada]: Fix PR/55445 also for Ada's SEH-exception-mechanism

2013-04-23 Thread Kai Tietz
Ok, applied to trunk and 4.8 branch with your suggested change. Kai

Re: [patch Ada]: Fix PR/55445 also for Ada's SEH-exception-mechanism

2013-04-23 Thread Arnaud Charlet
> --- raise-gcc.c(Revision 198124) > +++ raise-gcc.c(Arbeitskopie) > @@ -1019,7 +1019,7 @@ extern void __gnat_notify_unhandled_exception > (str > > #ifdef __USING_SJLJ_EXCEPTIONS__ > #define PERSONALITY_FUNCTION__gnat_personality_sj0 > -#elif defined(__SEH__) > +#elif defined (__SEH_

[patch Ada]: Fix PR/55445 also for Ada's SEH-exception-mechanism

2013-04-23 Thread Kai Tietz
Hi, this patch adds the missing part of PR/55445 for Ada. Issue is that __SEH__ gets defined if SEH-annotations are generated. That doesn't mean necessarily that SEH-exception-mechanism is used. The SEH-annotations are also used for SjLj-exception-mechanism. So patch adds to clauses the additi