]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/39834 (verify_cgraph_node failed with -O3 -Winline)
authorJan Hubicka <jh@suse.cz>
Mon, 8 Jun 2009 19:21:33 +0000 (21:21 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 8 Jun 2009 19:21:33 +0000 (19:21 +0000)
commit21ecdec5dbc85bab4d266ad40bcb60e0d5d28b11
tree3e7b5c6fc01692dae73e79052c41bdbbef6e460b
parent568e8e1e73145dedc973ee9543775b4085e53d26
re PR middle-end/39834 (verify_cgraph_node failed with -O3 -Winline)

PR debug/39834
* gcc.dg/torture/pr39834.c
PR middle-end/39834
* cgraphunit.c (save_inline_function_body): Do not copy transform hooks
for saved inline bodies.
* ipa-passes.c (do_per_function): Do not add the hoks multiple times
for given function.

From-SVN: r148292
gcc/ChangeLog
gcc/cgraphunit.c
gcc/passes.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr39834.c [new file with mode: 0644]