This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/27937] [4.2 Regression] Ada bootstrap failure on Solaris 10/x86
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jun 2006 15:43:41 -0000
- Subject: [Bug ada/27937] [4.2 Regression] Ada bootstrap failure on Solaris 10/x86
- References: <bug-27937-81@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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