Re: [patch libgcc]: Fix PR target/55445 Always defined __SEH__ when build from trunk

2012-11-28 Thread Richard Henderson
On 11/28/2012 10:01 AM, Kai Tietz wrote: >> 2012-11-25 Kai Tietz >> >> PR target/55445 >> * unwind-c (__SEH__): Make sure SjLj isn't >> active. >> * unwind-generic.h: Likewise. >> * unwind-seh.c: Likewise. >> Ok. r~

Re: [patch libgcc]: Fix PR target/55445 Always defined __SEH__ when build from trunk

2012-11-28 Thread Kai Tietz
Ping 2012/11/25 Kai Tietz : > Hi, > > the issue here is that the predefined macro __SEH__ does just indicate > that SEH-infrastructure is present. It doesn't mean that SEH is used > as exception-mechansim. Therefore the checks in libgcc's (and as > followup in libstdc++'s) eh exception-mechansim

[patch libgcc]: Fix PR target/55445 Always defined __SEH__ when build from trunk

2012-11-25 Thread Kai Tietz
Hi, the issue here is that the predefined macro __SEH__ does just indicate that SEH-infrastructure is present. It doesn't mean that SEH is used as exception-mechansim. Therefore the checks in libgcc's (and as followup in libstdc++'s) eh exception-mechansim for SEH were not regarding that there m