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