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: EH clobbered by longjmp again



  In message <199709060253.TAA23165@cygnus.com>you write:
  > use this same scheme, but it won't work.  We should construct a correct
  > flow graph, as is done for the non-local goto support, and once we have the
  > correct flow graph then the builtin setjmp support won't need the setjmp
  > hacks which are enabled by the NOTE_INSN_SETJMP note.  It might be possible
  > to completely get rid of this note in the builtin setjmp case.  That would
  > solve a lot of problems.
Yes it does :-)  I've mostly fixed the flow control problems, and
have ripped out the NOTE_INSN_SETJMP note code from expand_builtin_setjmp.

No suprise that things work a lot better now :-)


jeff


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