2007-10-27 Richard Guenther <rguenther@suse.de>
commitf0e6e3c17006ce3e12dffc4d6d2fb51d2dd0fd05
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Oct 2007 11:10:09 +0000 (27 11:10 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Oct 2007 11:10:09 +0000 (27 11:10 +0000)
treed85cb716334c8b33922dc03cb2aa35570be10c3b
parentcff3e347c3f5af4709ff8b9ecdd31c610860bc40
2007-10-27  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/33870
* tree-ssa-operands.c (add_vars_for_offset): Reduce code
duplication.  Remove redundant call to access_can_touch_variable.
(add_vars_for_bitmap): New helper for recursing over MPT contents.
(add_virtual_operand): Use it.

* gcc.dg/tree-ssa/alias-15.c: New testcase.
* gcc.c-torture/execute/pr33870.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129675 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr33870.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/tree-ssa/alias-15.c [new file with mode: 0644]
gcc/tree-ssa-operands.c