This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r132671 - in /branches/gomp-3_0-branch: gcc/cp/...


Author: jakub
Date: Tue Feb 26 12:34:37 2008
New Revision: 132671

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132671
Log:
	* semantics.c (finish_omp_threadprivate): Allow static class
	members of the current class.

	* g++.dg/gomp/tls-3.C: Remove dg-error, add S::s definition.
	* g++.dg/gomp/tls-4.C: New test.

	* testsuite/libgomp.c++/ctor-10.C: New test.

Added:
    branches/gomp-3_0-branch/gcc/testsuite/g++.dg/gomp/tls-4.C
    branches/gomp-3_0-branch/libgomp/testsuite/libgomp.c++/ctor-10.C
Modified:
    branches/gomp-3_0-branch/gcc/cp/ChangeLog.gomp
    branches/gomp-3_0-branch/gcc/cp/semantics.c
    branches/gomp-3_0-branch/gcc/testsuite/ChangeLog.gomp
    branches/gomp-3_0-branch/gcc/testsuite/g++.dg/gomp/tls-3.C
    branches/gomp-3_0-branch/libgomp/ChangeLog.gomp


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]