Re: [PATCH] PR fortran/102917 - PDT type parameters are not restricted to default integer

2021-10-26 Thread Harald Anlauf via Fortran
Thanks, Harald > Tobias > > >> Gesendet: Freitag, 22. Oktober 2021 um 22:25 Uhr > >> Von: "Steve Kargl" > >> An: "Harald Anlauf" > >> Cc: fortran@gcc.gnu.org > >> Betreff: Re: PDT type parameters are not restricted to default in

Re: [PATCH] PR fortran/102917 - PDT type parameters are not restricted to default integer

2021-10-26 Thread Tobias Burnus
with non-default-kind integer. Tobias Gesendet: Freitag, 22. Oktober 2021 um 22:25 Uhr Von: "Steve Kargl" An: "Harald Anlauf" Cc: fortran@gcc.gnu.org Betreff: Re: PDT type parameters are not restricted to default integer On Fri, Oct 22, 2021 at 10:16:05PM +0200, Harald Anl

Re: [PATCH] PR fortran/102917 - PDT type parameters are not restricted to default integer

2021-10-24 Thread Steve Kargl via Fortran
On Sun, Oct 24, 2021 at 09:00:52PM +0200, Harald Anlauf wrote: > Dear Fortranners, Steve, > > I've created PR 102917 for tracking this issue and packaged > the attached patch. > > Regtested on x86_64-pc-linux-gnu. OK mainline? > Thanks for picking this up. The patch looks good to me, but you

[PATCH] PR fortran/102917 - PDT type parameters are not restricted to default integer

2021-10-24 Thread Harald Anlauf via Fortran
f" > Cc: fortran@gcc.gnu.org > Betreff: Re: PDT type parameters are not restricted to default integer > > 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&

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)

PDT type parameters are not restricted to default integer

2021-10-22 Thread 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) m = MATCH_ERROR; goto cleanup;