[Patch] libgomp: Add Fortran routine support for allocators

Jakub Jelinek jakub@redhat.com
Tue Jul 14 22:01:51 GMT 2020


On Tue, Jul 14, 2020 at 11:42:15PM +0200, Tobias Burnus wrote:
> + fortran@, which I forgot for the initial patch.
> 
> On 7/14/20 11:43 AM, Jakub Jelinek wrote:
> 
> > > +      type omp_alloctrait
> > > +        integer (omp_alloctrait_key_kind) key
> > > +        integer (omp_alloctrait_val_kind) value
> > > +      end type omp_alloctrait
> > I know this is a problem in the standard, but won't gfortran in some strict
> > F77 conformance mode if it has any diagnose this?  If not, fine, if yes,
> > do we want some extension that it will accept the derived type quietly?
> 
> gfortran only supports -std=f95 or higher.
> 
> I did now update as suggested – and I added an
> -fdefault-integer-8 and an fixed-form omp_lib.h testcase.
> 
> OK?

Ok, thanks.

	Jakub



More information about the Gcc-patches mailing list