Re: [libgomp] PR57423 - correct argument names in omp_lib.f90 and .texi

2013-05-27 Thread Jakub Jelinek
On Mon, May 27, 2013 at 11:21:37AM +0200, Tobias Burnus wrote: > The dummy arguments names in a Fortran interface block are part of > the interface as one can use "call proc(argname=value)" besides > "call proc(value)"; thus, the dummy argument names are significant. > > The attached patch updates

[libgomp] PR57423 - correct argument names in omp_lib.f90 and .texi

2013-05-27 Thread Tobias Burnus
The dummy arguments names in a Fortran interface block are part of the interface as one can use "call proc(argname=value)" besides "call proc(value)"; thus, the dummy argument names are significant. The attached patch updates the names in the module file - and for completeness also in the docu