public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/44237]  New: suffix or operands invalid for `movq'
@ 2010-05-22  0:04 biru dot ionut at gmail dot com
  2010-05-22  0:04 ` [Bug target/44237] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: biru dot ionut at gmail dot com @ 2010-05-22  0:04 UTC (permalink / raw)
  To: gcc-bugs

compiling avidemux i got:

ADM_vidFieldASM.cpp:108: Error: suffix or operands invalid for `movq'

gcc 4.5.0 snapshot 20100520

last know gcc version that worked: 4.4.3

Note: x86_64 works fine


-- 
           Summary: suffix or operands invalid for `movq'
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: biru dot ionut at gmail dot com
  GCC host triplet: i686-linux-gnu


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


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

* [Bug target/44237] suffix or operands invalid for `movq'
  2010-05-22  0:04 [Bug c++/44237] New: suffix or operands invalid for `movq' biru dot ionut at gmail dot com
@ 2010-05-22  0:04 ` pinskia at gcc dot gnu dot org
  2010-05-22  0:05 ` biru dot ionut at gmail dot com
  2010-05-22  0:14 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-05-22  0:04 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |normal
          Component|c++                         |target
   GCC host triplet|i686-linux-gnu              |
 GCC target triplet|                            |i686-linux-gnu


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


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

* [Bug target/44237] suffix or operands invalid for `movq'
  2010-05-22  0:04 [Bug c++/44237] New: suffix or operands invalid for `movq' biru dot ionut at gmail dot com
  2010-05-22  0:04 ` [Bug target/44237] " pinskia at gcc dot gnu dot org
@ 2010-05-22  0:05 ` biru dot ionut at gmail dot com
  2010-05-22  0:14 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: biru dot ionut at gmail dot com @ 2010-05-22  0:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from biru dot ionut at gmail dot com  2010-05-22 00:05 -------
Created an attachment (id=20722)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20722&action=view)
preprocessed file


-- 


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


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

* [Bug target/44237] suffix or operands invalid for `movq'
  2010-05-22  0:04 [Bug c++/44237] New: suffix or operands invalid for `movq' biru dot ionut at gmail dot com
  2010-05-22  0:04 ` [Bug target/44237] " pinskia at gcc dot gnu dot org
  2010-05-22  0:05 ` biru dot ionut at gmail dot com
@ 2010-05-22  0:14 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-05-22  0:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2010-05-22 00:14 -------
   __asm__ __volatile__ ("movq" " %0, %%" "mm4" : : "X" (_mmTHRESH1));
   __asm__ __volatile__ ("movq" " %0, %%" "mm6" : : "X" (_mmTHRESH2));

This inline-asm is wrong.  You want the ym constraint here.  X is too generic,
it allows every kind of register and memory address.


-- 

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=44237


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

end of thread, other threads:[~2010-05-22  0:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-22  0:04 [Bug c++/44237] New: suffix or operands invalid for `movq' biru dot ionut at gmail dot com
2010-05-22  0:04 ` [Bug target/44237] " pinskia at gcc dot gnu dot org
2010-05-22  0:05 ` biru dot ionut at gmail dot com
2010-05-22  0:14 ` 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).