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 middle-end/30311] [4.3 regression] revision 120211 failed to compile perlbench



------- Comment #5 from jsm28 at gcc dot gnu dot org  2007-01-02 00:38 -------
Subject: Bug 30311

Author: jsm28
Date: Tue Jan  2 00:38:21 2007
New Revision: 120329

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120329
Log:
gcc:
        PR middle-end/30311
        * caller-save.c (add_stored_regs): Only handle SUBREGs if inner
        REG is a hard register.  Do not modify REG before calling
        subreg_nregs.
        * rtlanal.c (subreg_get_info): Don't assert size of XMODE is a
        multiple of the size of YMODE for certain lowpart cases.

gcc/testsuite:
        * gcc.c-torture/compile/pr30311.c: New test.

Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr30311.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/caller-save.c
    trunk/gcc/rtlanal.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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