-
- Downloads
re PR tree-optimization/67915 (ICE on valid code at -O2 and -O3 on x86_64-linux-gnu)
2015-10-14 Richard Biener <rguenther@suse.de> PR tree-optimization/67915 * match.pd: Handle comparisons of addresses of STRING_CSTs. * gimplify.c (gimplify_cond_expr): Fold the GIMPLE conds we build. * tree-cfgcleanup.c (cleanup_control_expr_graph): Remove GENERIC stmt folding in favor of GIMPLE one. * gcc.dg/torture/pr67915.c: New testcase. From-SVN: r228810
Showing
- gcc/ChangeLog 8 additions, 0 deletionsgcc/ChangeLog
- gcc/gimplify.c 4 additions, 3 deletionsgcc/gimplify.c
- gcc/match.pd 8 additions, 4 deletionsgcc/match.pd
- gcc/testsuite/ChangeLog 5 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gcc.dg/torture/pr67915.c 23 additions, 0 deletionsgcc/testsuite/gcc.dg/torture/pr67915.c
- gcc/tree-cfgcleanup.c 14 additions, 9 deletionsgcc/tree-cfgcleanup.c
Loading
Please register or sign in to comment