Hello,

I have an old C code that includes some asm statements (I am a novice at this programming level).

Ex.
      asm("movq %0, %%mm0"::"g"(*t));   // mm0 : target image (b)
      asm("movq %0, %%mm1"::"g"(*s));   // mm1 : src image (b)

When compiling with gcc 3.35 every think works fine.

Now, I try to compile the code with gcc 4.12 and the following error happens :

/tmp/cc13T7zq.s:38: Error: suffix or operands invalid for `movq'

Can you help me to fix this bug?

Thanks in advance,






begin:vcard
fn:Gelu Ionescu
n:Ionescu;Gelu
org:ENSIEG, Domaine Universitaire;LIS-Campus
adr;quoted-printable:;;961 rue de Houille Blanche - BP 46;Saint Martin d'H=C3=A8res Cedex;;38402;France
email;internet:[EMAIL PROTECTED]
title;quoted-printable:Ing=C3=A9nieur Recherche
tel;work:(33) 04 76 82 62 52
tel;fax:(33) 04 76 57 47 90
tel;home:(33) 08 72 60 50 86
tel;cell:(33) 06 26 77 21 65
version:2.1
end:vcard
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to