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


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

Uros Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |x32
             Status|UNCONFIRMED                 |RESOLVED
                URL|                            |http://gcc.gnu.org/ml/gcc-p
                   |                            |atches/2011-07/msg01469.htm
                   |                            |l
         Resolution|                            |FIXED
   Target Milestone|---                         |4.7.0

--- Comment #2 from Uros Bizjak <ubizjak at gmail dot com> 2011-07-26 22:02:57 UTC ---
Fixed by:

Author: hjl
Date: Fri Jul 22 00:56:10 2011
New Revision: 176612

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176612
Log:
Convert to Pmode if needed and use force_reg after convert.

2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>

    * config/i386/i386.c (ix86_expand_move): Convert to Pmode if
    needed and use force_reg after convert.
    (ix86_expand_call): Likewise.
    (ix86_expand_special_args_builtin): Likewise.
    (ix86_expand_builtin): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c


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