-
- Downloads
re PR tree-optimization/34176 (SCCVN breaks gettext)
2007-11-23 Richard Guenther <rguenther@suse.de>
Michael Matz <matz@suse.de>
PR tree-optimization/34176
* alloc-pool.h (empty_alloc_pool): Declare.
* alloc-pool.c (empty_alloc_pool): New function.
* tree-ssa-sccvn.c (vn_reference_lookup): Also lookup from the
valid table if a lookup from the optimistic table failed.
(vn_unary_op_lookup): Likewise.
(vn_binary_op_lookup): Likewise.
(vn_phi_lookup): Likewise.
(process_scc): Clear optimistic tables before every iteration.
* gcc.c-torture/execute/pr34176.c: New testcase.
Co-Authored-By:
Michael Matz <matz@suse.de>
From-SVN: r130379
Showing
- gcc/ChangeLog 13 additions, 0 deletionsgcc/ChangeLog
- gcc/alloc-pool.c 17 additions, 1 deletiongcc/alloc-pool.c
- gcc/alloc-pool.h 1 addition, 0 deletionsgcc/alloc-pool.h
- gcc/testsuite/ChangeLog 6 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gcc.c-torture/execute/pr34176.c 68 additions, 0 deletionsgcc/testsuite/gcc.c-torture/execute/pr34176.c
- gcc/tree-ssa-sccvn.c 20 additions, 0 deletionsgcc/tree-ssa-sccvn.c
Loading
Please register or sign in to comment