diff options
author | Jakub Jelinek <jakub@redhat.com> | 2012-03-01 15:13:06 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2012-03-01 15:13:06 +0100 |
commit | 69ef9a7916e17a1e660fdba561938c3a39478e34 (patch) | |
tree | f2a61c95f68d4591b10daf828209028095211184 /gcc/alias.c | |
parent | c1d9cb022bb143ff62a667ce8a504d326eda42a6 (diff) | |
download | gcc-69ef9a7916e17a1e660fdba561938c3a39478e34.zip gcc-69ef9a7916e17a1e660fdba561938c3a39478e34.tar.gz gcc-69ef9a7916e17a1e660fdba561938c3a39478e34.tar.bz2 |
re PR tree-optimization/52445 (conditional store replacement causes segfault in generated code)
PR tree-optimization/52445
* tree-ssa-phiopt.c (struct name_to_bb): Remove ssa_name field,
add ssa_name_ver, offset and size fields and change store field
to bool.
(name_to_bb_hash, name_to_bb_eq): Adjust for the above changes.
(add_or_mark_expr): Likewise. Only consider previous stores
with the same size and offset.
(nt_init_block): Only look at gimple_assign_single_p stmts,
doesn't look at rhs2.
* gcc.dg/pr52445.c: New test.
From-SVN: r184743
Diffstat (limited to 'gcc/alias.c')
0 files changed, 0 insertions, 0 deletions