Re: [PATCH] Fortran: no size check passing NULL() without MOLD argument [PR55978]

2024-03-24 Thread Paul Richard Thomas
Hi Harald, This is completely fine - if you haven't committed, please do so. Thanks Paul On Fri, 22 Mar 2024 at 17:32, Harald Anlauf wrote: > Dear all, > > here's a simple and obvious patch for a rejects-valid case when > we pass a NULL() actual to an optional dummy for variants where > ther

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 c

gfortran wiki

2024-03-24 Thread Harald Anlauf
Dear all, the gfortran wiki (https://gcc.gnu.org/wiki/GFortran) seems to have been neglected for quite some time. Given that the release of gcc 14.1 is to be expected in the near future, do we want to bring the wiki pages it up-to-date? Cheers, Harald

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 executed.

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 executed.