This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r130463 - in /trunk/gcc: cp/ChangeLog cp/tree.c...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 27 Nov 2007 07:12:11 -0000
- Subject: r130463 - in /trunk/gcc: cp/ChangeLog cp/tree.c...
Author: jakub
Date: Tue Nov 27 07:12:10 2007
New Revision: 130463
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130463
Log:
PR c++/34213
* tree.c (decl_linkage): Static data members and static member
functions in anonymous ns classes are lk_external.
* g++.dg/ext/visibility/anon8.C: New test.
Added:
trunk/gcc/testsuite/g++.dg/ext/visibility/anon8.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/tree.c
trunk/gcc/testsuite/ChangeLog