PR c++/33094
commit30abb34648a54079c388c3545f2c8dd8ba473604
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 Sep 2007 02:41:39 +0000 (30 02:41 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 Sep 2007 02:41:39 +0000 (30 02:41 +0000)
treef1cf66738af3f8ec706bba8578e57a6acd9d6444
parent6d3c054aa3804de9364a5447b8cf21b2b17a734d
    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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128890 138bc75d-0d04-0410-961f-82ee72b054a4
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]