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

Re: [patch,libgomp] PR 41102: Make omp_lib.h.in -std=f95 conform


On Tue, Aug 18, 2009 at 05:47:39PM +0200, Tobias Burnus wrote:
> Hello all,
> 
> as written in the PR, using
> 
>   include "lib_omp.h"
> 
> with -std=f95 gives errors as the file uses
>   logical*4
> which was never an accepted format. The solution
> is trival: Use logical(4).
> 
> Build and regtested (libgomp) on x86-64-linux.
> OK for the trunk? Should this be also installed
> to branches? 4.3, 4.4, ... ?

Ok for trunk/4.4/4.3.
Thanks.

> 2009-08-18  Tobias Burnus  <burnus@net-b.de>
> 
> 	PR fortran/41102
> 	omp_lib.h.in: Fix -std=f95 errors.
> 

	Jakub


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