https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66436

--- Comment #3 from vries at gcc dot gnu.org ---
Author: vries
Date: Mon Jun  8 08:57:50 2015
New Revision: 224210

URL: https://gcc.gnu.org/viewcvs?rev=224210&root=gcc&view=rev
Log:
Don't dump low gimple functions in gimple dump

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

        PR tree-optimization/66436
        * cgraphunit.c (cgraph_node::analyze): Don't dump function to gimple
        dump file.
        * gimplify.c: Add tree-dump.h include.
        (gimplify_function_tree): Dump function to gimple dump file.
        * stor-layout.c (finalize_size_functions): Don't dump function to
gimple
        dump file.

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

Added:
    trunk/gcc/testsuite/gcc.dg/gomp/dump-new-function-2.c
    trunk/gcc/testsuite/gcc.dg/gomp/dump-new-function-3.c
    trunk/gcc/testsuite/gcc.dg/gomp/dump-new-function.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cgraphunit.c
    trunk/gcc/gimplify.c
    trunk/gcc/stor-layout.c
    trunk/gcc/testsuite/ChangeLog

Reply via email to