r105968 - in /branches/gomp-20050608-branch: gc...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Fri Oct 28 21:36:00 GMT 2005


Author: jakub
Date: Fri Oct 28 21:36:41 2005
New Revision: 105968

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=105968
Log:
	* c-parser.c (c_parser_omp_threadprivate): If DECL_RTL_SET_P,
	call make_decl_rtl again so that encode_section_info can update
	SYMBOL_REF's flags.
cp/
	* semantics.c (finish_omp_threadprivate): If DECL_RTL_SET_P,
	call make_decl_rtl again so that encode_section_info can update
	SYMBOL_REF's flags.
libgomp/
	* testsuite/libgomp.dg/copyin-1.c: New test.
	* testsuite/libgomp.c++/copyin-1.C: New test.

Added:
    branches/gomp-20050608-branch/libgomp/testsuite/libgomp.c++/copyin-1.C
    branches/gomp-20050608-branch/libgomp/testsuite/libgomp.dg/copyin-1.c
Modified:
    branches/gomp-20050608-branch/gcc/ChangeLog.gomp
    branches/gomp-20050608-branch/gcc/c-parser.c
    branches/gomp-20050608-branch/gcc/cp/ChangeLog.gomp
    branches/gomp-20050608-branch/gcc/cp/semantics.c
    branches/gomp-20050608-branch/libgomp/ChangeLog



More information about the Gcc-cvs mailing list