aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
diff options
context:
space:
mode:
authorDaniel Berlin <dberlin@dberlin.org>2006-05-03 03:19:22 +0000
committerDaniel Berlin <dberlin@gcc.gnu.org>2006-05-03 03:19:22 +0000
commit832a0c1d090950cef0735c66b16955944b063579 (patch)
tree80491566ebebc60f4e8ca1eed95ccd44aa7ee361 /gcc/tree-ssa-structalias.c
parentcc3281454ebde12095f02b55902a6aa44efee100 (diff)
downloadgcc-832a0c1d090950cef0735c66b16955944b063579.zip
gcc-832a0c1d090950cef0735c66b16955944b063579.tar.gz
gcc-832a0c1d090950cef0735c66b16955944b063579.tar.bz2
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
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r--gcc/tree-ssa-structalias.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c
index 7a00de4..c5b6cab 100644
--- a/gcc/tree-ssa-structalias.c
+++ b/gcc/tree-ssa-structalias.c
@@ -4485,7 +4485,7 @@ compute_points_to_sets (struct alias_info *ai)
dump_constraints (dump_file);
}
- if (need_to_solve ())
+ if (1 || need_to_solve ())
{
if (dump_file)
fprintf (dump_file,