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: "law at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jun 2004 15:57:45 -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 law at redhat dot com 2004-06-30 15:57 -------
Subject: Re: [3.5 Regression] Throw_2 test
case does not work anymore.
On Wed, 2004-06-30 at 02:50, geoffk at gcc dot gnu dot org wrote:
> ------- 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.
When you've got something to poke at, feel free to send it along.
I guess your explanation makes sense -- the patch which exposed this
bug can certainly change how values are coalesced in the out-of-ssa
pass. Changing the order of coalescing in turn can change the set
of copies which appear at the RTL level, which could in turn cause
the LR->GPR, use LR to hold some other value behavior we're seeing.
Jeff
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15813