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/42475] ICE at -O1 and above: internal compiler error: in simplify_subreg, at simplify-rtx.c:4954



------- Comment #4 from jakub at gcc dot gnu dot org  2009-12-23 17:07 -------
Subject: Bug 42475

Author: jakub
Date: Wed Dec 23 17:07:04 2009
New Revision: 155431

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155431
Log:
        PR rtl-optimization/42475
        * combine.c (make_compound_operation) <case SUBREG>: Use mode of
        SUBREG_REG (x) instead of tem's mode.

        * gcc.dg/pr42475.c: New test.

Added:
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/pr42475.c
Modified:
    branches/gcc-4_4-branch/gcc/ChangeLog
    branches/gcc-4_4-branch/gcc/combine.c
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog


-- 


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


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