This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/33532] bogus escape
- From: "kai-gcc-bugs at khms dot westfalen dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Sep 2007 06:37:08 -0000
- Subject: [Bug target/33532] bogus escape
- References: <bug-33532-2433@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from kai-gcc-bugs at khms dot westfalen dot de 2007-09-23 06:37 -------
Also line 6280:
{
emit_library_call (gen_rtx_SYMBOL_REF (Pmode, \"__ia64_nonlocal_goto\"), <---
LCT_NORETURN, VOIDmode, 3,
operands[1], Pmode,
copy_to_reg (XEXP (operands[2], 0)), Pmode,
operands[3], Pmode);
emit_barrier ();
DONE;
})
--
kai-gcc-bugs at khms dot westfalen dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|bad escape |bogus escape
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33532