Jakub Jelinek wrote: > > -* libgomp: (libgomp). GNU OpenMP runtime library > > +* libgomp: (libgomp). GNU OpenACC and OpenMP runtime > > library > > @end direntry > > See Dave Malcolm's patch, please integrate it into your patchset.
Namely, https://gcc.gnu.org/ml/gcc-patches/2014-11/msg01317.html However, a grep shows also the following spots which have to be updated: gcc/fortran/gfortran.texi-@option{-fopenmp}. This also arranges for automatic linking of the gcc/fortran/gfortran.texi:GNU OpenMP runtime library @ref{Top,,libgomp,libgomp,GNU OpenMP gcc/fortran/gfortran.texi-runtime library}. -- gcc/fortran/intrinsic.texi-@file{omp_lib.h}. The procedures provided by @code{OMP_LIB} can be found gcc/fortran/intrinsic.texi:in the @ref{Top,,Introduction,libgomp,GNU OpenMP runtime library} manual, gcc/fortran/intrinsic.texi-the named constants defined in the modules are listed -- gcc/doc/sourcebuild.texi-@item libgomp gcc/doc/sourcebuild.texi:The GNU OpenMP runtime library. gcc/doc/sourcebuild.texi- And, finally, one also needs to update the webserver: wwwdocs/htdocs/onlinedocs/index.html which is the file https://gcc.gnu.org/onlinedocs/ For editing, see https://gcc.gnu.org/about.html#cvs Tobias