re PR c++/15721 (template instantation omits static data members)
authorAndrew Pinski <apinski@apple.com>
Sat, 19 Jun 2004 16:16:59 +0000 (16:16 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sat, 19 Jun 2004 16:16:59 +0000 (09:16 -0700)
commitf44703b57513db0c6a4ce3ca3fe0ab3ea07bd83d
tree90e9a6e0faf50bfcf775a4c2673b0812ce33699c
parent242229bbdc6beacddb4ed263c759d3ca52dae927
re PR c++/15721 (template instantation omits static data members)

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

        PR c++/15721
        * toplev.c (wrapup_global_declarations): Do not check
        TREE_SYMBOL_REFERENCED of the DECL_ASSEMBLER_NAME but check
        cgraph_varpool_node's needed field.

From-SVN: r83386
gcc/ChangeLog
gcc/toplev.c