re PR c++/33094 (ICE on valid C++ virtual template static member in anonymous namespace)
authorJason Merrill <jason@redhat.com>
Sun, 30 Sep 2007 02:41:39 +0000 (22:41 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 30 Sep 2007 02:41:39 +0000 (22:41 -0400)
commitdc472c59a52d068c37cb0c14e94564da8729f232
treef1cf66738af3f8ec706bba8578e57a6acd9d6444
parent38b1c01c84ae8dfe52175cf11fce0534c8643af9
re PR c++/33094 (ICE on valid C++ virtual template static member in anonymous namespace)

        PR c++/33094
        * decl.c (make_rtl_for_nonlocal_decl): It's ok for a member
        constant to not have DECL_EXTERNAL if it's file-local.

From-SVN: r128890
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/testsuite/g++.dg/ext/visibility/anon6.C [new file with mode: 0644]