[LLVMbugs] [Bug 4497] dwarf exception information broken with -disable-fp-elim
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Jul 9 10:30:50 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4497
Christian Kamm <kamm-removethis at incasoftware.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #14 from Christian Kamm <kamm-removethis at incasoftware.de> 2009-07-09 12:30:50 ---
Now the code works correctly with -disable-fp-elim.
However, it fails without it now: when I compile the exception handling runtime
(that contains a function calling _Unwind_RaiseException) without
-disable-fp-elim, _Unwind_RaiseException returns an error code of 5 (which I
think means END_OF_STACK).
It does not matter whether the user code is compiled with -disable-fp-elim or
not. This case worked correctly prior to the fix.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list