On Mon, Jan 13, 2025 at 01:23:58AM +0100, Manfred Schwarb wrote: > Am 11.01.25 um 07:36 schrieb Steve Kargl: > > On Fri, Jan 10, 2025 at 05:19:34PM +0000, Paul Richard Thomas wrote: > >> > >> As of today, Gerhard Steinmetz has no fewer than 33 regressions to his name > >> out of a total of 54 for fortran and libgfortran. It's time that some of > >> these bugs are swatted, I think :-) > >> > > > > PR 70949 appears to have been fixed at some point > > in the past. The following patch converts Gerhard's > > code into testcases. > > > > diff --git a/gcc/testsuite/gfortran.dg/pr70949_1.f90 > > b/gcc/testsuite/gfortran.dg/pr70949_1.f90 > > new file mode 100644 > > index 00000000000..91cd18069fc > > --- /dev/null > > +++ b/gcc/testsuite/gfortran.dg/pr70949_1.f90 > > @@ -0,0 +1,27 @@ > > +! > > +! { dg-do run} > > { dg-do run } > > (with trailing space), otherwise this acts as "dg-do compile", I fear. > Same for the second test case below. >
Whoops. Sorry about the typo. -- Steve