[Bug ada/27937] [4.2 Regression] Ada bootstrap failure on Solaris 10/x86
ebotcazou at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Jun 11 15:45:00 GMT 2006
------- Comment #3 from ebotcazou at gcc dot gnu dot org 2006-06-11 15:43 -------
> But this seems not to be the case here:
>
> % grep -i except gcc/auto-host.h
> /* Define 0/1 to force the choice for exception handling model. */
> /* #undef CONFIG_SJLJ_EXCEPTIONS */
Right, it's another kind of SJLJ exceptions, purely front-end based. Excerpt
from system-solaris-x86.ads:
ZCX_By_Default : constant Boolean := False;
GCC_ZCX_Support : constant Boolean := False;
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27937
More information about the Gcc-bugs
mailing list