re PR tree-optimization/26626 (ICE in in add_virtual_operand)
authorDaniel Berlin <dberlin@dberlin.org>
Wed, 3 May 2006 03:19:22 +0000 (03:19 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Wed, 3 May 2006 03:19:22 +0000 (03:19 +0000)
commit832a0c1d090950cef0735c66b16955944b063579
tree80491566ebebc60f4e8ca1eed95ccd44aa7ee361
parentcc3281454ebde12095f02b55902a6aa44efee100
re PR tree-optimization/26626 (ICE in in add_virtual_operand)

2006-05-02  Daniel Berlin  <dberlin@dberlin.org>

Fix PR tree-optimization/26626
* tree-ssa-structalias.c (compute_points_to_sets): For now, solve
always.
* tree-ssa-operands.c (access_can_touch_variable): Allow
typecasting through union pointers.

From-SVN: r113493
gcc/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr26626.c [new file with mode: 0644]
gcc/tree-ssa-operands.c
gcc/tree-ssa-structalias.c