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 #3 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-01-25 22:05:19 UTC ---
Author: hjl
Date: Tue Jan 25 22:05:16 2011
New Revision: 169258

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169258
Log:
Put back the last TARGET_64BIT check in ix86_output_addr_vec_elt.

gcc/

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

    PR target/47446
    * config/i386/i386.c (ix86_output_addr_vec_elt): Put back the
    last TARGET_64BIT check.

gcc/testsuite/

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

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

Added:
    branches/x32/gcc/testsuite/gcc.target/i386/pr47446-2.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]