c-common.h (get_dump_info): Declare.
authorTeresa Johnson <tejohnson@google.com>
Thu, 26 Jun 2014 17:54:19 +0000 (17:54 +0000)
committerTeresa Johnson <tejohnson@gcc.gnu.org>
Thu, 26 Jun 2014 17:54:19 +0000 (17:54 +0000)
commitf8a36c783d8cc386ad77c2a5ed005273071db157
treef6fc6abbeb062d0ab81546f34bca1699b5d94d05
parentf14726bd4b39a60b132f728fa9d2b8102cccf475
c-common.h (get_dump_info): Declare.

2014-06-26  Teresa Johnson  <tejohnson@google.com>

* c-family/c-common.h (get_dump_info): Declare.
* c-family/c-gimplify.c (c_genericize): Use saved dump files.
* c-family/c-opts.c (c_common_parse_file): Begin and end dumps
once around parsing invocation.
(get_dump_info): New function.
* cp/class.c (dump_class_hierarchy): Use saved dump files.
(dump_vtable): Ditto.
(dump_vtt): Ditto.

From-SVN: r212041
gcc/ChangeLog
gcc/c-family/c-common.h
gcc/c-family/c-gimplify.c
gcc/c-family/c-opts.c
gcc/cp/class.c