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/33531] New: bad escape


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


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