public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/33534]  New: bogus escape
@ 2007-09-23  8:31 kai-gcc-bugs at khms dot westfalen dot de
  2007-09-23  8:35 ` [Bug target/33534] " kai-gcc-bugs at khms dot westfalen dot de
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kai-gcc-bugs at khms dot westfalen dot de @ 2007-09-23  8:31 UTC (permalink / raw)
  To: gcc-bugs

gcc/config/score/score.md:113ff:

{
  switch (which_alternative)
    {
    case 0: return mdp_limm (operands);
    case 1: return mdp_move (operands);
    case 2: return mdp_linsn (operands, MDA_BYTE, false);
    case 3: return mdp_sinsn (operands, MDA_BYTE);
    case 4: return TARGET_MAC ? \"mf%1%S0 %0\" : \"mf%1    %0\";   <--------
    case 5: return TARGET_MAC ? \"mt%0%S1 %1\" : \"mt%0    %1\";   <--------
    case 6: return \"mfsr    %0, %1\";                             <--------
    case 7: return \"mtsr    %1, %0\";                             <--------
    default: gcc_unreachable ();
    }
}

This is in a brace block, NOT in a double quote string. These escapes are
bogus.

This is revision 127595.


-- 
           Summary: bogus 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: score


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33534


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/33534] bogus escape
  2007-09-23  8:31 [Bug target/33534] New: bogus escape kai-gcc-bugs at khms dot westfalen dot de
@ 2007-09-23  8:35 ` kai-gcc-bugs at khms dot westfalen dot de
  2007-09-23  9:13 ` kai-gcc-bugs at khms dot westfalen dot de
  2008-12-28  2:54 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: kai-gcc-bugs at khms dot westfalen dot de @ 2007-09-23  8:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from kai-gcc-bugs at khms dot westfalen dot de  2007-09-23 08:35 -------
... also many more in this file, too many to add here.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33534


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/33534] bogus escape
  2007-09-23  8:31 [Bug target/33534] New: bogus escape kai-gcc-bugs at khms dot westfalen dot de
  2007-09-23  8:35 ` [Bug target/33534] " kai-gcc-bugs at khms dot westfalen dot de
@ 2007-09-23  9:13 ` kai-gcc-bugs at khms dot westfalen dot de
  2008-12-28  2:54 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: kai-gcc-bugs at khms dot westfalen dot de @ 2007-09-23  9:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from kai-gcc-bugs at khms dot westfalen dot de  2007-09-23 09:13 -------
(I count 128 lines in all.)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33534


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/33534] bogus escape
  2007-09-23  8:31 [Bug target/33534] New: bogus escape kai-gcc-bugs at khms dot westfalen dot de
  2007-09-23  8:35 ` [Bug target/33534] " kai-gcc-bugs at khms dot westfalen dot de
  2007-09-23  9:13 ` kai-gcc-bugs at khms dot westfalen dot de
@ 2008-12-28  2:54 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-12-28  2:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-12-28 02:49 -------
Actually this escape is not bogus, just not needed any more.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33534


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-12-28  2:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-23  8:31 [Bug target/33534] New: bogus escape kai-gcc-bugs at khms dot westfalen dot de
2007-09-23  8:35 ` [Bug target/33534] " kai-gcc-bugs at khms dot westfalen dot de
2007-09-23  9:13 ` kai-gcc-bugs at khms dot westfalen dot de
2008-12-28  2:54 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).