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 #1 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-01-24 21:07:49 UTC ---
Author: hjl
Date: Mon Jan 24 21:07:47 2011
New Revision: 169182

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169182
Log:
heck TARGET_LP64 instead of TARGET_64BIT for ASM_QUAD.

gcc/

2011-01-24  H.J. Lu  <hongjiu.lu@intel.com>

    PR target/47446
    * config/i386/i386.c (ix86_output_addr_vec_elt): Check
    TARGET_LP64 instead of TARGET_64BIT for ASM_QUAD.
    (ix86_output_addr_diff_elt): Likewise.

gcc/testsuite/

2011-01-24  H.J. Lu  <hongjiu.lu@intel.com>

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

Added:
    branches/x32/gcc/testsuite/gcc.target/i386/pr47446-1.c
Modified:
    branches/x32/gcc/ChangeLog.x32
    branches/x32/gcc/config/i386/i386.c
    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]