]> git.ipfire.org Git - thirdparty/gcc.git/commit
Don't dump low gimple functions in gimple dump
authorTom de Vries <tom@codesourcery.com>
Mon, 8 Jun 2015 08:57:50 +0000 (08:57 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Mon, 8 Jun 2015 08:57:50 +0000 (08:57 +0000)
commit88d91afd827b2861aae06ea759140fa71eaea094
tree269318fd2635157cff1bc621d3c3afc0f579cbaa
parent9452ef0663208d3908cbec66f1521b1f9e82d14a
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.

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