This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/15813] [3.5 Regression] Throw_2 test case does not work anymore.
- From: "geoffk at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jun 2004 08:50:47 -0000
- Subject: [Bug tree-optimization/15813] [3.5 Regression] Throw_2 test case does not work anymore.
- References: <20040603214800.15813.andreast@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From geoffk at gcc dot gnu dot org 2004-06-30 08:50 -------
This is just like a similar problem I'm fixing on Darwin. The problem is that the unwind info for
parseDouble is not completely correct in the presence of asynchronous exceptions; there's one point at
which the link register is saved in a GPR (and no longer in the link register) but the unwind info doesn't
reflect this. Patch to follow.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15813