This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Error: no such instruction: `eovq -32(%rbp),%rdx'


Dmitry Mikushin <dmitry@kernelgen.org> writes:

> Error: no such instruction: `eovq -32(%rbp),%rdx'

That's only a one-bit error away from "movq ..."

('m' = 0x6d = 0b 0110 1101,
 'e' = 0x65 = 0b 0110 0101)

Maybe run memory tester overnight?

(This is from personal experience -- I had a bad stick of RAM that
caused all sorts of bizarre compile problems.  I eventually isolated
the problem and replaced the DIMM; the compile problems went away.)

Good luck!

Best regards,
Anthony Foiani


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]