http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56224
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-02-06 20:58:07 UTC --- omp_lib.h is either being included through INCLUDE 'omp_lib.h" or #include "omp_lib.h" As it is a Fortran source, not a C/C++ header, putting it into include/ looks wrong.