This is the mail archive of the gcc-bugs@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]

[Bug target/56114] x86_64-linux-gnu-gcc generate wrong asm instruction MOVABS for intel syntax


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

--- Comment #6 from uros at gcc dot gnu.org 2013-01-27 13:17:00 UTC ---
Author: uros
Date: Sun Jan 27 13:16:54 2013
New Revision: 195494

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195494
Log:
    PR target/56114
    * config/i386/i386.md (*movabs<mode>_1): Add square brackets around
    operand 0 in movabs insn template for -masm=intel asm alternative.
    (*movabs<mode>_2): Ditto for operand 1.

testsuite/ChangeLog:

    PR target/56114
    * gcc.target/i386/pr56114.c: New test.


Added:
    trunk/gcc/testsuite/gcc.target/i386/pr56114.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.md
    trunk/gcc/testsuite/ChangeLog


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