tree-ssa-structalias.c (push_fields_onto_fieldstack): Avoid pushing again if current...
authorRichard Guenther <rguenther@suse.de>
Wed, 27 Jul 2005 11:15:32 +0000 (11:15 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 27 Jul 2005 11:15:32 +0000 (11:15 +0000)
commitc11b02311a08b854236e9798abbcb8ad5ee64801
tree499a49f46ba444c4803938d2d0509e5a563ef429
parent093c23292726ecdf18dccf87f042ea2b03270792
tree-ssa-structalias.c (push_fields_onto_fieldstack): Avoid pushing again if current struct contains only fields we decomposed.

2005-07-27  Richard Guenther  <rguenther@suse.de>

* tree-ssa-structalias.c (push_fields_onto_fieldstack):
Avoid pushing again if current struct contains only
fields we decomposed.

* gcc.dg/tree-ssa/salias-1.c: New testcase.

From-SVN: r102424
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/salias-1.c [new file with mode: 0644]
gcc/tree-ssa-structalias.c