public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/33536]  New: bogus escapes
@ 2007-09-23 10:21 kai-gcc-bugs at khms dot westfalen dot de
  2007-09-23 16:43 ` [Bug target/33536] extraneous escapes pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: kai-gcc-bugs at khms dot westfalen dot de @ 2007-09-23 10:21 UTC (permalink / raw)
  To: gcc-bugs

gcc/config/spu/spu.md:1647f:

  {
    emit_move_insn (operands[3],spu_float_const(\"0.5\",SFmode));     <----
    emit_move_insn
(operands[4],spu_float_const(\"1.00000011920928955078125\",SFmode));  <----
    emit_insn(gen_frsqest_sf(operands[2],operands[1]));
    emit_insn(gen_fi_sf(operands[2],operands[1],operands[2]));
    emit_insn(gen_mulsf3(operands[5],operands[2],operands[1]));
    emit_insn(gen_mulsf3(operands[3],operands[5],operands[3]));
    emit_insn(gen_fnms_sf(operands[4],operands[2],operands[5],operands[4]));
    emit_insn(gen_fma_sf(operands[0],operands[4],operands[3],operands[5]));
    DONE;
  })

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

This is revision 127595.


-- 
           Summary: bogus escapes
           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: spu


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


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

* [Bug target/33536] extraneous escapes
  2007-09-23 10:21 [Bug target/33536] New: bogus escapes kai-gcc-bugs at khms dot westfalen dot de
@ 2007-09-23 16:43 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-09-23 16:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-09-23 16:43 -------
Again this is only an extraneous escape.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
            Summary|bogus escapes               |extraneous escapes


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


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

end of thread, other threads:[~2007-09-23 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-23 10:21 [Bug target/33536] New: bogus escapes kai-gcc-bugs at khms dot westfalen dot de
2007-09-23 16:43 ` [Bug target/33536] extraneous escapes 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).