------- 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