Le 13/01/2013 21:30, Harald Anlauf a écrit :
On 01/12/13 22:02, Mikael Morin wrote:
Le 08/01/2013 22:32, Harald Anlauf a écrit :
On 12/28/12 21:49, Harald Anlauf wrote:
Hello all,
is there a default directive that is assumed when the testsuite is run?
Running an "fgrep -L" on the fortran testsuite, I found several files
that are missing either dg-do compile or run.
I also found a funny typo in gomp/appendix-a/a.11.2.f90
! { do-do compile }
find gfortran.dg -name "*.[fF]90" -o -name "*.[fF]" | \
xargs fgrep -w -L 'dg-do' | \
xargs head -1 -v
and manual inspection of the resulting output results in:
- Typos
[...]
- Possibly missing { dg-do run }
[...]
Mind sending patch and changelog to @gcc-patches ?
Here we go. No failures, but additional passes because of the dg-do
run's. Somebody please take care of it?
Thanks. Committed as revision 195146.
Mikael