[Bug fortran/42041] Missing defs in omp_lib.h

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Feb 24 17:11:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42041

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-02-24 16:22:28 UTC ---
Author: jakub
Date: Thu Feb 24 16:22:24 2011
New Revision: 170475

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170475
Log:
    * omp.h.in (omp_in_final): New prototype.
    * omp_lib.f90.in (omp_in_final): New interface.
    * omp_lib.h.in (omp_sched_static, omp_sched_dynamic,
    omp_sched_guided, omp_sched_auto): Use omp_sched_kind
    kind for the parameters.
    (omp_in_final): New external.
    * task.c (omp_in_final): New function.
    * fortran.c (omp_in_final_): Likewise.
    * libgomp.map (OMP_3.1): Export omp_in_final and omp_in_final_.

    PR fortran/42041
    * omp_lib.f90.in (omp_integer_kind, omp_logical_kind): Remove
    and replace all its uses in the module with 4.

Modified:
    branches/gomp-3_1-branch/libgomp/ChangeLog
    branches/gomp-3_1-branch/libgomp/fortran.c
    branches/gomp-3_1-branch/libgomp/libgomp.map
    branches/gomp-3_1-branch/libgomp/omp.h.in
    branches/gomp-3_1-branch/libgomp/omp_lib.f90.in
    branches/gomp-3_1-branch/libgomp/omp_lib.h.in
    branches/gomp-3_1-branch/libgomp/task.c



More information about the Gcc-bugs mailing list