-
- Downloads
re PR tree-optimization/33166 (ICE in get_indirect_ref_operands, at tree-ssa-operands.c:1698)
2007-08-24 Richard Guenther <rguenther@suse.de> PR middle-end/33166 * tree-ssa.c (useless_type_conversion_p): Split into a recursive and a non-recursive part. (useless_type_conversion_p_1): New function. * tree-ssa-ccp.c (fold_stmt_r): Make sure that the result from maybe_fold_offset_to_reference is trivially convertible to the desired type before doing the simplification. * gcc.c-torture/compile/pr33166.c: New testcase. From-SVN: r127771
Showing
- gcc/ChangeLog 10 additions, 0 deletionsgcc/ChangeLog
- gcc/testsuite/ChangeLog 5 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gcc.c-torture/compile/pr33166.c 10 additions, 0 deletionsgcc/testsuite/gcc.c-torture/compile/pr33166.c
- gcc/tree-ssa-ccp.c 6 additions, 1 deletiongcc/tree-ssa-ccp.c
- gcc/tree-ssa.c 46 additions, 36 deletionsgcc/tree-ssa.c
Loading
Please register or sign in to comment