re PR tree-optimization/25680 (Store CCP does not understand REALPART_EXPR < COMPLEX_...
authorAndrew Pinski <pinskia@physics.uc.edu>
Sat, 18 Feb 2006 21:09:35 +0000 (21:09 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sat, 18 Feb 2006 21:09:35 +0000 (13:09 -0800)
commitadd9e6d3bd21e14543ab014f938ba227ad2857bf
tree685297e000b9ec35689a0cf68b160a3e8c08680c
parentc8ca29f104d4e1294ecd13288d2e02b5f5e29e42
re PR tree-optimization/25680 (Store CCP does not understand REALPART_EXPR < COMPLEX_CST >)

2006-02-18  Andrew Pinski  <pinskia@physics.uc.edu>

        PR tree-opt/25680
        * tree-ssa-ccp.c (ccp_fold): Handle store CCP of REALPART_EXPR and
        IMAGPART_EXPR.
2006-02-18  Andrew Pinski  <pinskia@physics.uc.edu>

        PR tree-opt/25680
        * testsuite/gcc.dg/tree-ssa/complex-3.c: New test.

From-SVN: r111251
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/complex-3.c
gcc/tree-ssa-ccp.c