This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/32552] Runtime failure in SPEC CPU2000 benchmark fma3d and applu
- From: "wilson at specifix dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jul 2007 20:30:59 -0000
- Subject: [Bug target/32552] Runtime failure in SPEC CPU2000 benchmark fma3d and applu
- References: <bug-32552-13468@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from wilson at specifix dot com 2007-07-02 20:30 -------
Subject: Re: Runtime failure in SPEC CPU2000 benchmark
fma3d and applu
On Mon, 2007-07-02 at 19:12 +0000, zadeck at naturalbridge dot com
wrote:
> Lets see if an arm person is willing to talk about this.
I looked a bit more at the ARM case. dwarf2out_frame_finish has a
#ifndef TARGET_UNWIND_INFO check, so the result is that DWARF2 unwind
info never gets emitted even though DWARF2_UNWIND_INFO is defined. ARM
is using the DWARF2 frame info for the debugger though. For
consistency, I'd suggested undefining DWARF2_UNWIND_INFO and defining
DWARF2_FRAME_INFO in the arm/bpabi.h file, which better reflects what is
actually happening here. But that is just a minor consistency issue.
The ARM port will work fine with the suggested changes.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32552