Add debug msg to dump_file in add_new_function
commitf48e5cbc9937ab3faa3a5ee41738d6f3c095646e
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Jun 2015 08:57:39 +0000 (8 08:57 +0000)
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Jun 2015 08:57:39 +0000 (8 08:57 +0000)
tree4adf666d83553cb88ff315152a87a159b4cfc32c
parentc464be083ada5e27b83e8a3094658cd715bf15a1
Add debug msg to dump_file in add_new_function

2015-06-08  Tom de Vries  <tom@codesourcery.com>

PR tree-optimization/66435
* cgraphunit.c (cgraph_node::add_new_function): Dump message on new
function.

* gcc.dg/gomp/notify-new-function-2.c: New test.
* gcc.dg/gomp/notify-new-function-3.c: Same.
* gcc.dg/gomp/notify-new-function.c: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224209 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cgraphunit.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/gomp/notify-new-function-2.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/gomp/notify-new-function-3.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/gomp/notify-new-function.c [new file with mode: 0644]