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 target/32552] Runtime failure in SPEC CPU2000 benchmark fma3d and applu



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


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