This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r107715 - in /branches/gomp-20050608-branch: gc...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 30 Nov 2005 12:52:09 -0000
- Subject: r107715 - in /branches/gomp-20050608-branch: gc...
Author: jakub
Date: Wed Nov 30 12:52:07 2005
New Revision: 107715
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107715
Log:
PR fortran/25162
* openmp.c (gfc_match_omp_variable_list): Call gfc_set_sym_referenced
on all symbols added to the namelist.
* testsuite/libgomp.fortran/pr25162.f: New test.
Added:
branches/gomp-20050608-branch/libgomp/testsuite/libgomp.fortran/pr25162.f
Modified:
branches/gomp-20050608-branch/gcc/fortran/ChangeLog.gomp
branches/gomp-20050608-branch/gcc/fortran/openmp.c
branches/gomp-20050608-branch/libgomp/ChangeLog