EGCS vs MSVC - exception handling

Jeffrey A Law law@cygnus.com
Mon Jan 12 17:07:00 GMT 1998


  In message < sn04t39h9eb.fsf@zugzwang.mcom.com >you write:
  > A throw from the signal handler results in a core dump. One needs to
  > do more work to get this to work. Someone on the egcs list might have
  > already done this.
That requires quite a bit more work.  You might start with adding
-fasynchronous-exceptions to the command line (or something close to that)
which instructs flow to create an edge from every insn to its EH handler
(since just about any insn could trap into a signal handler).


jeff



More information about the Gcc mailing list