From a6c975bd8e847c29541026b66b33275b42df4995 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 26 Aug 2011 16:55:05 +0200 Subject: trans-decl.c (get_proc_pointer_decl): Set DECL_TLS_MODEL if threadprivate. * trans-decl.c (get_proc_pointer_decl): Set DECL_TLS_MODEL if threadprivate. * symbol.c (check_conflict): Allow threadprivate attribute with FL_PROCEDURE if proc_pointer. * testsuite/libgomp.fortran/threadprivate4.f90: New test. From-SVN: r178114 --- libgomp/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libgomp/ChangeLog') diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index c5ebeb0..3786468 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2011-08-26 Jakub Jelinek + + * testsuite/libgomp.fortran/threadprivate4.f90: New test. + 2011-08-19 Jakub Jelinek PR fortran/49792 -- cgit v1.1