This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug tree-optimization/15813] [3.5 Regression] Throw_2 test case does not work anymore.


------- 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


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