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: "zadeck at naturalbridge dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jun 2007 02:10:09 -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 #3 from zadeck at naturalbridge dot com 2007-06-30 02:10 -------
I was wondering if we could do something like:
/* If we have a definition of INCOMING_RETURN_ADDR_RTX, assume that
the rest of the DWARF 2 frame unwind support is also provided. */
#if !defined (DWARF2_UNWIND_INFO) && defined (INCOMING_RETURN_ADDR_RTX) &&
!defined (ARCH_DOES_NOT_USE_DWARF2)
#define DWARF2_UNWIND_INFO 1
#endif
and then define ARCH_DOES_NOT_USE_DWARF2 in the right place in the ia-64.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32552