This is the mail archive of the gcc@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]

Re: egcs and exceptions


>>>>> Alexandre Oliva <oliva@dcc.unicamp.br> writes:

 > On Oct 31, 1998, Jason Merrill <jason@cygnus.com> wrote:
 >>>>>>> Alexandre Oliva <oliva@dcc.unicamp.br> writes:

 >>> Maybe you have to build libgcc.a and libstdc++.a with this option
 >>> enabled.

 >> Yes.  If you want to use sjlj, it makes more sense to change
 >> the default for exceptions_via_longjmp in except.c and rebuild the
 >> compiler, rather than trying to consistently pass the flag.  This is true
 >> for other ABI flags, as well.

 > But the doubt is: must you do that, or can you just compile and link
 > foo.cc with -fsjlj-exceptions on Solaris and it will work?

It may work, but not reliably.

Jason


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