gcc/config/cris/cris.md:1824
if (which_alternative == 4)
return \"%x6%E5.%m5 [%4=%3%S2],%0\"; <------------
return "%x6%E5<m> [%4=%2%S3],%0";
This is in a brace block, NOT in a double quote string. These escapes are
bogus. Compare the next line.
--
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: cris
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33531