Re: Invalid "dg-do run" in the testsuite (with 2 blanks)

2024-04-02 Thread Jerry D
On 4/1/24 11:46 PM, Andrew Pinski wrote: On Sun, Mar 24, 2024 at 1:19 PM Harald Anlauf wrote: Dear all, I noticed by chance that we have quite a lot of improperly specified do-do directives in the testsuite. % grep "dg-do run" gcc/testsuite/gfortran.dg/ -rl|wc -l 83 Note that with two

Re: Invalid "dg-do run" in the testsuite (with 2 blanks)

2024-04-02 Thread Andrew Pinski
On Sun, Mar 24, 2024 at 1:19 PM Harald Anlauf wrote: > > Dear all, > > I noticed by chance that we have quite a lot of improperly specified do-do > directives in the testsuite. > > % grep "dg-do run" gcc/testsuite/gfortran.dg/ -rl|wc -l > 83 > > Note that with two blanks instead of just one a

Re: Aw: Re: Invalid "dg-do run" in the testsuite (with 2 blanks)

2024-03-26 Thread Mikael Morin
Le 25/03/2024 à 23:30, Harald Anlauf a écrit : On 3/25/24 12:53 PM, Harald Anlauf wrote: (...) One failure after fixing all the spaces ( sed is our friend ). FAIL: gfortran.dg/inline_matmul_1.f90   -O0   scan-tree-dump-times optimized "_gfortran_matmul" 0 This does actually point to an

Re: Aw: Re: Invalid "dg-do run" in the testsuite (with 2 blanks)

2024-03-26 Thread Richard Biener
On Tue, Mar 26, 2024 at 2:24 AM Jerry D wrote: > > On 3/25/24 3:30 PM, Harald Anlauf wrote: > >> On 3/25/24 12:53 PM, Harald Anlauf wrote: > >>> I noticed by chance that we have quite a lot of improperly specified > >>> do-do > >>> directives in the testsuite. > >>> > >>> %

Re: Aw: Re: Invalid "dg-do run" in the testsuite (with 2 blanks)

2024-03-25 Thread Jerry D
On 3/25/24 3:30 PM, Harald Anlauf wrote: On 3/25/24 12:53 PM, Harald Anlauf wrote: I noticed by chance that we have quite a lot of improperly specified do-do directives in the testsuite. % grep "dg-do  run" gcc/testsuite/gfortran.dg/ -rl|wc -l 83 I think this is on purpose. The idea to use

Aw: Re: Invalid "dg-do run" in the testsuite (with 2 blanks)

2024-03-25 Thread Harald Anlauf
> On 3/25/24 12:53 PM, Harald Anlauf wrote: > > I noticed by chance that we have quite a lot of improperly specified > > do-do > > directives in the testsuite. > > > > % grep "dg-do  run" gcc/testsuite/gfortran.dg/ -rl|wc -l > > 83 > > > >>> > >>> I think this is on

Re: Invalid "dg-do run" in the testsuite (with 2 blanks)

2024-03-25 Thread Jerry D
On 3/25/24 12:53 PM, Harald Anlauf wrote: I noticed by chance that we have quite a lot of improperly specified do-do directives in the testsuite. % grep "dg-do  run" gcc/testsuite/gfortran.dg/ -rl|wc -l 83 I think this is on purpose. The idea to use a "feature" in dejagnu to only iterate

Re: Invalid "dg-do run" in the testsuite (with 2 blanks)

2024-03-25 Thread Harald Anlauf
> >>> I noticed by chance that we have quite a lot of improperly specified do-do > >>> directives in the testsuite. > >>> > >>> % grep "dg-do  run" gcc/testsuite/gfortran.dg/ -rl|wc -l > >>> 83 > >>> > > > > I think this is on purpose. > > The idea to use a "feature" in dejagnu to only iterate

Re: Invalid "dg-do run" in the testsuite (with 2 blanks)

2024-03-25 Thread Jerry D
On 3/25/24 1:27 AM, Manfred Schwarb wrote: Am 25.03.24 um 05:53 schrieb Jerry D: On 3/24/24 1:19 PM, Harald Anlauf wrote: Dear all, I noticed by chance that we have quite a lot of improperly specified do-do directives in the testsuite. % grep "dg-do  run" gcc/testsuite/gfortran.dg/ -rl|wc -l

Re: Invalid "dg-do run" in the testsuite (with 2 blanks)

2024-03-25 Thread Manfred Schwarb
Am 25.03.24 um 05:53 schrieb Jerry D: > On 3/24/24 1:19 PM, Harald Anlauf wrote: >> Dear all, >> >> I noticed by chance that we have quite a lot of improperly specified do-do >> directives in the testsuite. >> >> % grep "dg-do  run" gcc/testsuite/gfortran.dg/ -rl|wc -l >> 83 >> I think this is on

Re: Invalid "dg-do run" in the testsuite (with 2 blanks)

2024-03-24 Thread Jerry D
On 3/24/24 1:19 PM, Harald Anlauf wrote: Dear all, I noticed by chance that we have quite a lot of improperly specified do-do directives in the testsuite. % grep "dg-do run" gcc/testsuite/gfortran.dg/ -rl|wc -l 83 Note that with two blanks instead of just one a testcase does not get

Re: Invalid "dg-do run" in the testsuite (with 2 blanks)

2024-03-24 Thread Jerry D
On 3/24/24 1:19 PM, Harald Anlauf wrote: Dear all, I noticed by chance that we have quite a lot of improperly specified do-do directives in the testsuite. % grep "dg-do run" gcc/testsuite/gfortran.dg/ -rl|wc -l 83 Note that with two blanks instead of just one a testcase does not get

Invalid "dg-do run" in the testsuite (with 2 blanks)

2024-03-24 Thread Harald Anlauf
Dear all, I noticed by chance that we have quite a lot of improperly specified do-do directives in the testsuite. % grep "dg-do run" gcc/testsuite/gfortran.dg/ -rl|wc -l 83 Note that with two blanks instead of just one a testcase does not get executed. Does anybody want to earn the honors to