re PR tree-optimization/19768 (ICE: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set)
authorAndrew Pinski <pinskia@physics.uc.edu>
Thu, 3 Feb 2005 15:26:29 +0000 (15:26 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 3 Feb 2005 15:26:29 +0000 (07:26 -0800)
commit9df935d878e5d92552ba1cb2b1ceacecef69f53f
tree8d0cb048bbf0e64849c2cdd95b38cf3e6d525b61
parentda99298d7f41f4f40cc76b9767b22825c3105019
re PR tree-optimization/19768 (ICE: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set)

2005-02-03  Andrew Pinski  <pinskia@physics.uc.edu>

        PR tree-opt/19768
        * g++.dg/opt/pr19768.C: New test.

2005-02-03  Andrew Pinski  <pinskia@physics.uc.edu>

        PR tree-opt/19768
        * tree-ssa-dse.c (fix_phi_uses): Update the occurs in abnormal
        phi flag if the phi is abnormal.

From-SVN: r94660
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/pr19768.C [new file with mode: 0644]
gcc/tree-ssa-dse.c