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/41646] [4.3/4.4/4.5 Regression] Reload ICE due to combiner extending life time of a hard register



------- Comment #4 from jakub at gcc dot gnu dot org  2009-10-12 13:38 -------
Subject: Bug 41646

Author: jakub
Date: Mon Oct 12 13:38:29 2009
New Revision: 152666

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152666
Log:
        PR rtl-optimization/41646
        * calls.c (expand_call): For BLKmode types returned in registers
        avoid likely spilled hard regs in copy_blkmode_from_reg generated
        insns.

        * gcc.c-torture/compile/pr41646.c: New test.

Added:
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr41646.c
Modified:
    branches/gcc-4_4-branch/gcc/ChangeLog
    branches/gcc-4_4-branch/gcc/calls.c
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog


-- 


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


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