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/47446] [x32] .quad instead of .long is used for address


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

--- Comment #5 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-03-11 23:13:38 UTC ---
Author: hjl
Date: Fri Mar 11 23:13:35 2011
New Revision: 170889

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170889
Log:
Always allow the offsetted memory references for TARGET_X32.

gcc/

2011-03-11  H.J. Lu  <hongjiu.lu@intel.com>

    PR target/47446
    * config/i386/i386.md (*movdi_internal_rex64): Only allow moving
    integer constants into 64bit registers for TARGET_X32.

gcc/testsuite/

2011-03-11  H.J. Lu  <hongjiu.lu@intel.com>

    PR target/47446
    * gcc.target/i386/pr47446-3.c: New.

Added:
    branches/x32/gcc/testsuite/gcc.target/i386/pr47446-3.c
Modified:
    branches/x32/gcc/ChangeLog.x32
    branches/x32/gcc/config/i386/i386.md
    branches/x32/gcc/config/i386/predicates.md
    branches/x32/gcc/testsuite/ChangeLog.x32


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