This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/12455] Invalid ia64 unwind data when compiling with -pg
- From: "rth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Sep 2003 17:59:38 -0000
- Subject: [Bug target/12455] Invalid ia64 unwind data when compiling with -pg
- References: <20030930074938.12455.kaos@ocs.com.au>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12455
rth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-09-30 17:59:38
date| |
------- Additional Comments From rth at gcc dot gnu dot org 2003-09-30 17:59 -------
The problem is with the FUNCTION_PROFILER macro. IA-64 should be using something
like PROFILE_HOOK, which emits rtl that the unwind-info generator can see, rather
than emitting assembly text directly.