re PR c++/18279 (missing function bodies from -fdump-translation-unit)
commit7f3b2bdaaffb46e225d7652507df297bcbf3b647
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Sun, 3 Jul 2005 01:14:56 +0000 (3 01:14 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Sun, 3 Jul 2005 01:14:56 +0000 (3 01:14 +0000)
tree8a78cec45f0a8ab8c42a0303b9473ffe104c02fb
parentea40ba9c04882ea2ddf987e2783f98cc38bac081
re PR c++/18279 (missing function bodies from -fdump-translation-unit)

        PR c++/18279
        * c-decl.c (c_write_global_declarations): Dump contents of
        external scope to.
        * tree-dump.c (dequeue_and_dump): Dump abstract origin of a
        decl.
        <TRY_FINALLY_EXPR>, <RETURN_EXPR>, <CASE_LABEL_EXPR>,
        <LABEL_EXPR>,
        <GOTO_EXPR>, <SWITCH_EXPR>: Add.
        (dump_enabled_p): Return TRUE if PHASE is TDI_all and any dump
        is enabled.

Co-Authored-By: Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
From-SVN: r101544
gcc/ChangeLog
gcc/c-decl.c
gcc/tree-dump.c