re PR tree-optimization/28238 (verify_stmts failed (invalid operand to unary operator))
authorRichard Guenther <rguenther@suse.de>
Mon, 17 Jul 2006 08:04:25 +0000 (08:04 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 17 Jul 2006 08:04:25 +0000 (08:04 +0000)
commit2b65dae54e6e0eb0a30d645d516a7006d50e321b
tree0b1589a866d7d8f6ffa994b2f8e67db942d248ff
parent2a50edcd0f5cca974fe82b27a1b109618afa1a05
re PR tree-optimization/28238 (verify_stmts failed (invalid operand to unary operator))

2006-07-17  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/28238
* tree-inline.c (copy_bb): Check if we produced valid
gimple copying and substituting a stmt.  If not, gimplify
it.

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

From-SVN: r115517
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/tree-ssa/pr28238.C [new file with mode: 0644]
gcc/tree-inline.c