public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug translation/38120]  New: missing space in x86 assembly code for some mov instructions
@ 2008-11-14 16:52 rrh at google dot com
  2008-11-16 14:17 ` [Bug target/38120] " ubizjak at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: rrh at google dot com @ 2008-11-14 16:52 UTC (permalink / raw)
  To: gcc-bugs

the x86_64 assembly code generator will emit stuff like:
  movswl  406(%rbx),%eax
To be consistent with all the other assembly language output, the output should
have a space after the , eg:
  movswl  406(%rbx), %eax
Doing a
  grep ',%' ./config/i386/i386.md
shows 40 lines that might need to be touched up.


-- 
           Summary: missing space in x86 assembly code for some mov
                    instructions
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: translation
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rrh at google dot com
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


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

* [Bug target/38120] missing space in x86 assembly code for some mov instructions
  2008-11-14 16:52 [Bug translation/38120] New: missing space in x86 assembly code for some mov instructions rrh at google dot com
@ 2008-11-16 14:17 ` ubizjak at gmail dot com
  2008-11-17 22:48 ` pinskia at gcc dot gnu dot org
  2009-09-17 12:56 ` ubizjak at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: ubizjak at gmail dot com @ 2008-11-16 14:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from ubizjak at gmail dot com  2008-11-16 14:16 -------
Can you send us a patch?


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|translation                 |target
     Ever Confirmed|0                           |1
   GCC host triplet|x86_64-unknown-linux-gnu    |
 GCC target triplet|x86_64-unknown-linux-gnu    |x86-unknown-linux-gnu
   Last reconfirmed|0000-00-00 00:00:00         |2008-11-16 14:16:22
               date|                            |


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


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

* [Bug target/38120] missing space in x86 assembly code for some mov instructions
  2008-11-14 16:52 [Bug translation/38120] New: missing space in x86 assembly code for some mov instructions rrh at google dot com
  2008-11-16 14:17 ` [Bug target/38120] " ubizjak at gmail dot com
@ 2008-11-17 22:48 ` pinskia at gcc dot gnu dot org
  2009-09-17 12:56 ` ubizjak at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-11-17 22:48 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|trivial                     |enhancement


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


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

* [Bug target/38120] missing space in x86 assembly code for some mov instructions
  2008-11-14 16:52 [Bug translation/38120] New: missing space in x86 assembly code for some mov instructions rrh at google dot com
  2008-11-16 14:17 ` [Bug target/38120] " ubizjak at gmail dot com
  2008-11-17 22:48 ` pinskia at gcc dot gnu dot org
@ 2009-09-17 12:56 ` ubizjak at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: ubizjak at gmail dot com @ 2009-09-17 12:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ubizjak at gmail dot com  2009-09-17 12:56 -------
This is actually fixed in 4.5.0.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2009-09-17 12:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-14 16:52 [Bug translation/38120] New: missing space in x86 assembly code for some mov instructions rrh at google dot com
2008-11-16 14:17 ` [Bug target/38120] " ubizjak at gmail dot com
2008-11-17 22:48 ` pinskia at gcc dot gnu dot org
2009-09-17 12:56 ` ubizjak at gmail dot com

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).