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 bootstrap/56656] Suffix or operands invalid for 'movq'


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

Uros Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-p
                   |                            |atches/2013-03/msg00789.htm
                   |                            |l

--- Comment #13 from Uros Bizjak <ubizjak at gmail dot com> 2013-03-21 09:39:40 UTC ---
Author: uros
Date: Thu Mar 21 09:31:52 2013
New Revision: 196861

URL: http://gcc.gnu.org/viewcvs?rev=196861&root=gcc&view=rev
Log:
    PR bootstrap/56656
    * configure.ac (HAVE_AS_IX86_INTERUNIT_MOVQ): New test.
    * configure: Regenerate.
    * config.in: Regenerate.
    * config/i386/i386.md (*movdf_internal): Use
    HAVE_AS_IX86_INTERUNIT_MOVQ to handle broken assemblers that require
    movd instead of movq mnemonic for interunit moves.
    (*movdi_internal): Ditto.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.in
    trunk/gcc/config/i386/i386.md
    trunk/gcc/configure
    trunk/gcc/configure.ac


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