This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

[libgomp,patch] Add omp_{integer,logical}_kind to omp_lib.h


PR 42041 is about definitions for omp_integer_kind and omp_logical_kind missing from omp_lib.h (even though they're in omp_lib.f90). This is strictly conforming to OpenMP 3.0 standard, but it was a bug in the standard, due to be fixed by 3.1.

In the process of cleaning some low-hanging bugs in the bugzilla, I propose this patch.
Built and regtested on x86_64-linux, OK to commit to trunk?

FX


Attachment: libgomp.diff
Description: Binary data

Attachment: libgomp.ChangeLog
Description: Binary data


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