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 rtl-optimization/55093] [4.8 Regression] [x32] -maddress-mode=long failed


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

--- Comment #8 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2012-10-30 22:56:59 UTC ---
Author: hjl
Date: Tue Oct 30 22:56:52 2012
New Revision: 193000

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193000
Log:
Remove lra_in_progress check for ARG_POINTER_REGNUM

gcc/

    PR rtl-optimization/55093
    * rtlanal.c (simplify_subreg_regno): Remove lra_in_progress
    check for ARG_POINTER_REGNUM.

gcc/testsuite/

    PR rtl-optimization/55093
    * gcc.target/i386/pr55093.c: New file.

Added:
    trunk/gcc/testsuite/gcc.target/i386/pr55093.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/rtlanal.c
    trunk/gcc/testsuite/ChangeLog


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