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 tree-optimization/32694] [4.1/4.2 Regression] ICE in chain_of_csts_start



------- Comment #6 from jakub at gcc dot gnu dot org  2007-09-25 15:14 -------
Subject: Bug 32694

Author: jakub
Date: Tue Sep 25 15:14:42 2007
New Revision: 128766

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128766
Log:
        PR tree-optimization/32694
        2006-11-08  Roger Sayle  <roger@eyesopen.com>
        * tree-ssa-propagate.c (set_rhs): Verify tcc_comparison the same way
        as tcc_binary.
        * tree-ssa-ccp.c (fold_stmt_r) <COND_EXPR>: Use set_rhs to modify
        the condition after calling fold_binary.

        * gcc.c-torture/compile/20070925-1.c: New test.

Added:
    branches/gcc-4_2-branch/gcc/testsuite/gcc.c-torture/compile/20070925-1.c
Modified:
    branches/gcc-4_2-branch/gcc/ChangeLog
    branches/gcc-4_2-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_2-branch/gcc/tree-ssa-ccp.c
    branches/gcc-4_2-branch/gcc/tree-ssa-propagate.c


-- 


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


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