This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: testsuite: missing or wrong dg-* directives?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]