re PR tree-optimization/32604 (miscompilation at -O2)
authorDaniel Berlin <dberlin@dberlin.org>
Wed, 4 Jul 2007 22:11:14 +0000 (22:11 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Wed, 4 Jul 2007 22:11:14 +0000 (22:11 +0000)
commitc1130b62fcc922358be6c7126082c97918e635a7
tree7272a49f1cbf9d9cb1aace024bdd6f07a6145473
parent44190aed5ed111b27b8d1be4fa5e4d406dafed86
re PR tree-optimization/32604 (miscompilation at -O2)

2007-07-04  Daniel Berlin  <dberlin@dberlin.org>

PR tree-optimization/32604
PR tree-optimization/32606

* tree-ssa-pre.c (bb_bitmap_sets): Removed antic_safe_loads.
(compute_antic_safe): Removed.
(ANTIC_SAFE_LOADS): Ditto.
(compute_antic_aux): Don't print ANTIC_SAFE_LOADS.
(execute_pre): Don't call compute_antic_safe.
(vuse_equiv): New function.
(make_values_for_stmt): Use it
* tree-ssa-sccvn.c (set_ssa_val_to): Remove assert, since it is
not always true.

From-SVN: r126338
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr32606.c [new file with mode: 0644]
gcc/testsuite/gfortran.fortran-torture/execute/pr32604.f90 [new file with mode: 0644]
gcc/tree-ssa-pre.c
gcc/tree-ssa-sccvn.c