* c-parser.c (c_parser_omp_threadprivate): If DECL_RTL_SET_P,
commit68e4a4ebb32bb9dc2dc4dbf481e0b7b45b67bb72
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Oct 2005 21:36:41 +0000 (28 21:36 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Oct 2005 21:36:41 +0000 (28 21:36 +0000)
tree5b6e38e82af13abceea6b04f59e81f7635033b03
parent7c1c725a9bb797391487ca48fd9f3711e3ebb000
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gomp-20050608-branch@105968 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog.gomp
gcc/c-parser.c
gcc/cp/ChangeLog.gomp
gcc/cp/semantics.c
libgomp/ChangeLog
libgomp/testsuite/libgomp.c++/copyin-1.C [new file with mode: 0644]
libgomp/testsuite/libgomp.dg/copyin-1.c [new file with mode: 0644]