OSDN Git Service

PR tree-optimization/46367
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Jan 2011 22:52:54 +0000 (22:52 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Jan 2011 22:52:54 +0000 (22:52 +0000)
commit01765fa2913cd904919964db81a08008addf9f85
tree62e093f14bafa3b6cc4c1294ee2d8b83b6769208
parentf0969dbbf7352baa1af347597c1bda4a8048ea4c
PR tree-optimization/46367
* g++.dg/torture/pr46367.C: New file.
* ipa-inline.c (cgraph_clone_inlined_nodes): Use original function only
when we can update original.
(cgraph_mark_inline_edge): Sanity check.
* ipa-prop.c (ipa_make_edge_direct_to_target): Sanity check.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168587 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ipa-inline.c
gcc/ipa-prop.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/torture/pr46367.C [new file with mode: 0644]