Re: PDT type parameters are not restricted to default integer

2021-10-22 Thread Steve Kargl via Fortran
On Fri, Oct 22, 2021 at 10:16:05PM +0200, Harald Anlauf wrote: > Hi Steve, > > Am 22.10.21 um 21:35 schrieb Steve Kargl via Fortran: > > Here's an obvious quick fix. Please apply. > > > > > > diff --git a/gcc/fortran/decl.c b/gcc/fortran/decl.c > > index 6043e100fbb..e889bb44142 100644 > > ---

Re: PDT type parameters are not restricted to default integer

2021-10-22 Thread Harald Anlauf via Fortran
Hi Steve, Am 22.10.21 um 21:35 schrieb Steve Kargl via Fortran: Here's an obvious quick fix. Please apply. diff --git a/gcc/fortran/decl.c b/gcc/fortran/decl.c index 6043e100fbb..e889bb44142 100644 --- a/gcc/fortran/decl.c +++ b/gcc/fortran/decl.c @@ -5619,14 +5619,6 @@ match_attr_spec (void)