re PR tree-optimization/27218 (ICE in get_indirect_ref_operands, at tree-ssa-operands...
authorAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 24 Apr 2006 08:17:42 +0000 (01:17 -0700)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 24 Apr 2006 08:17:42 +0000 (08:17 +0000)
commit72fa5e06ab66219c7c7ef13e2bd9a2e123a89672
treeb054ea8cc3f2f50078c575535eb599d9731d331b
parent0162f1556ef63ae13060047d897329d1724faf91
re PR tree-optimization/27218 (ICE in get_indirect_ref_operands, at tree-ssa-operands.c:1515, inlining produces non-gimple)

2006-04-24  Andrew Pinski  <pinskia@gcc.gnu.org>
Richard Guenther  <rguenther@suse.de>

PR tree-optimization/27218
* tree-inline.c (expand_call_inline): Strip useless type
conversions for the return slot address.

* g++.dg/tree-ssa/pr27218.C: New testcase.

Co-Authored-By: Richard Guenther <rguenther@suse.de>
From-SVN: r113218
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/tree-ssa/pr27218.C [new file with mode: 0644]
gcc/tree-inline.c