tree-ssa-sccvn.c
84.2 KB
-
re PR tree-optimization/39999 (gcc 4.4.0 compiles in infinite loop) · 828552ed
2009-05-15 Richard Guenther <rguenther@suse.de> PR tree-optimization/39999 * gimple.h (gimple_expr_type): Use the expression type looking through useless conversions. * tree-ssa-sccvn.c (vn_nary_op_lookup_stmt): Use gimple_expr_type. (vn_nary_op_insert_stmt): Likewise. (simplify_binary_expression): Likewise. * gcc.c-torture/compile/pr39999.c: New testcase. From-SVN: r147573
Richard Guenther committed