This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/33532] New: bad 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:28:00 -0000
- Subject: [Bug target/33532] New: bad escape
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
gcc/config/ia64/ia64.md:6267
{
emit_library_call (gen_rtx_SYMBOL_REF (Pmode,
\"__ia64_save_stack_nonlocal\"),
<-----
0, VOIDmode, 2, XEXP (operands[0], 0), Pmode,
operands[1], Pmode);
DONE;
})
This is in a brace block, NOT in a double quote string. These escapes are
bogus.
This is revision 127595.
--
Summary: bad escape
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: kai-gcc-bugs at khms dot westfalen dot de
GCC target triplet: ia64
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33532