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/48084] [x32] internal compiler error: in copy_to_mode_reg, at explow.c:630


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

--- Comment #5 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-03-12 15:41:24 UTC ---
Author: hjl
Date: Sat Mar 12 15:41:20 2011
New Revision: 170902

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170902
Log:
Convert memory to Pmode if needed.

gcc/

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

    PR target/48084
    * config/i386/i386.c (ix86_expand_special_args_builtin): Convert
    memory to Pmode if needed.
    (ix86_expand_builtin): Likewise.

gcc/testsuite/

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

    PR target/48084
    * gcc.target/i386/pr48084-1.c: New.
    * gcc.target/i386/pr48084-2.c: Likewise.
    * gcc.target/i386/pr48084-3.c: Likewise.
    * gcc.target/i386/pr48084-4.c: Likewise.

Added:
    branches/x32/gcc/testsuite/gcc.target/i386/pr48084-1.c
    branches/x32/gcc/testsuite/gcc.target/i386/pr48084-2.c
    branches/x32/gcc/testsuite/gcc.target/i386/pr48084-3.c
    branches/x32/gcc/testsuite/gcc.target/i386/pr48084-4.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]