OSDN Git Service

2011-02-15 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Feb 2011 13:04:47 +0000 (13:04 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Feb 2011 13:04:47 +0000 (13:04 +0000)
commit80b5fa01491cd3e957cc222cf7a5b984683dd559
tree6cb0402984137ab26b1c49cac3c642f930461b88
parenta81ae224b711d2a4d011464b8876e59c69ec1b7e
2011-02-15  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/47743
* tree-ssa-pre.c (phi_translate_1): If we didn't get a value-number
for a non-type-compatible VN lookup bail out.

* gcc.dg/torture/pr47743.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170173 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr47743.c [new file with mode: 0644]
gcc/tree-ssa-pre.c