This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/27937] [4.2 Regression] Ada bootstrap failure on Solaris 10/x86



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]