re PR c++/14639 ([non-unit-at-a-time] Incorrect emission of unused compiler-generated...
authorAndrew Pinski <apinski@apple.com>
Tue, 15 Jun 2004 20:52:00 +0000 (20:52 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Tue, 15 Jun 2004 20:52:00 +0000 (13:52 -0700)
commit1f2c9ba511080970929a98ac82e644eb11c65dd8
tree5e31b4103474eccfa9bc7b6397977e205039d62a
parenteae29fe1dcd76ead474050e5849a6e36ae1f8b29
re PR c++/14639 ([non-unit-at-a-time] Incorrect emission of unused compiler-generated destructor)

2004-06-12  Andrew Pinski  <apinski@apple.com>

        PR c++/14639
        Revert:
        2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>

                * cp-tree.h: Fix typo.

                * cp-tree.h: Include cgraph.h
                (DECL_NEEDED_P): Use cgraph_*node on the decl instead of
                TREE_SYMBOL_REFERENCED on the DECL_ASSEMBLER_NAME of the decl.

From-SVN: r83199
gcc/cp/ChangeLog
gcc/cp/cp-tree.h