This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/49688] [alpha]: Many execution test failures
- From: "rth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 5 Aug 2011 17:45:04 +0000
- Subject: [Bug target/49688] [alpha]: Many execution test failures
- Auto-submitted: auto-generated
- References: <bug-49688-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49688
--- Comment #19 from Richard Henderson <rth at gcc dot gnu.org> 2011-08-05 17:44:43 UTC ---
Err, it's slightly more complicated than that.
We're emitting *both* a frame from .ent/.end *and* a frame from .cfi.
The later has the personality info, and the former does not. And of
course it's going to be more or less random which one the binary search
picks up at runtime.