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]

r132425 - in /trunk/gcc: cp/ChangeLog cp/semant...


Author: jakub
Date: Tue Feb 19 10:16:29 2008
New Revision: 132425

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132425
Log:
	PR c++/34964
	PR c++/35244
	* semantics.c (finish_omp_threadprivate): Do nothing for error_operand_p
	vars.  Afterwards ensure v is VAR_DECL.

	* gcc.dg/gomp/pr34964.c: New test.
	* g++.dg/gomp/pr34964.C: New test.
	* gcc.dg/gomp/pr35244.c: New test.
	* g++.dg/gomp/pr35244.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/gomp/pr34964.C
    trunk/gcc/testsuite/g++.dg/gomp/pr35244.C
    trunk/gcc/testsuite/gcc.dg/gomp/pr34964.c
    trunk/gcc/testsuite/gcc.dg/gomp/pr35244.c
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/semantics.c
    trunk/gcc/testsuite/ChangeLog


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