Don't dump low gimple functions in gimple dump
commit6167e851bf594111577537309b5d7ef2909cc5bd
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Jun 2015 08:57:50 +0000 (8 08:57 +0000)
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Jun 2015 08:57:50 +0000 (8 08:57 +0000)
tree269318fd2635157cff1bc621d3c3afc0f579cbaa
parentf48e5cbc9937ab3faa3a5ee41738d6f3c095646e
Don't dump low gimple functions in gimple dump

2015-06-08  Tom de Vries  <tom@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.

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