This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/47446] [x32] .quad instead of .long is used for address
- From: "hjl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 24 Jan 2011 21:07:51 +0000
- Subject: [Bug target/47446] [x32] .quad instead of .long is used for address
- Auto-submitted: auto-generated
- References: <bug-47446-4@http.gcc.gnu.org/bugzilla/>
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