]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cgraphunit.c
Add debug msg to dump_file in add_new_function
authorTom de Vries <tom@codesourcery.com>
Mon, 8 Jun 2015 08:57:39 +0000 (08:57 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Mon, 8 Jun 2015 08:57:39 +0000 (08:57 +0000)
commit9452ef0663208d3908cbec66f1521b1f9e82d14a
tree4adf666d83553cb88ff315152a87a159b4cfc32c
parentbd75ff94b295f58cdddd716a68c8c44b9a4e8c94
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.

From-SVN: r224209
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]