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]

r173477 - in /branches/gcc-4_6-branch/libgomp: ...


Author: jakub
Date: Fri May  6 10:11:59 2011
New Revision: 173477

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173477
Log:
	PR fortran/48894
	* fortran.c: Include limits.h.
	(TO_INT): Define.
	(omp_set_dynamic_8_, omp_set_num_threads_8_): Use !!*set instead of
	*set.
	(omp_set_num_threads_8_, omp_set_schedule_8_,
	omp_set_max_active_levels_8_, omp_get_ancestor_thread_num_8_,
	omp_get_team_size_8_): Use TO_INT macro.
	* testsuite/libgomp.fortran/pr48894.f90: New test.

Added:
    branches/gcc-4_6-branch/libgomp/testsuite/libgomp.fortran/pr48894.f90
Modified:
    branches/gcc-4_6-branch/libgomp/ChangeLog
    branches/gcc-4_6-branch/libgomp/fortran.c


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