This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/66435] Add debug msg to dump_file in add_new_function


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  <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.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]