https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66435
--- Comment #3 from vries at gcc dot gnu.org --- Author: vries Date: Mon Jun 8 08:57:39 2015 New Revision: 224209 URL: https://gcc.gnu.org/viewcvs?rev=224209&root=gcc&view=rev Log: Add debug msg to dump_file in add_new_function 2015-06-08 Tom de Vries <t...@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. Added: trunk/gcc/testsuite/gcc.dg/gomp/notify-new-function-2.c trunk/gcc/testsuite/gcc.dg/gomp/notify-new-function-3.c trunk/gcc/testsuite/gcc.dg/gomp/notify-new-function.c Modified: trunk/gcc/ChangeLog trunk/gcc/cgraphunit.c trunk/gcc/testsuite/ChangeLog