This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Avoid inter-test dependencies in gfortran.dg (PR fortran/56408)
- From: Jakub Jelinek <jakub at redhat dot com>
- To: VandeVondele Joost <joost dot vandevondele at mat dot ethz dot ch>
- Cc: Tobias Burnus <burnus at net-b dot de>, Mike Stump <mikestump at comcast dot net>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>
- Date: Tue, 16 Sep 2014 10:47:17 +0200
- Subject: Re: [PATCH] Avoid inter-test dependencies in gfortran.dg (PR fortran/56408)
- Authentication-results: sourceware.org; auth=none
- References: <20140915161347 dot GN17454 at tucnak dot redhat dot com> <908103EDB4893A42920B21D3568BFD9315104045 at MBX13 dot d dot ethz dot ch> <20140916084246 dot GQ17454 at tucnak dot redhat dot com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Tue, Sep 16, 2014 at 10:42:46AM +0200, Jakub Jelinek wrote:
> > I'm currently seeing a lot of errors in the log of make -j32 -k check. Similar to the ones below.
>
> Weird. Works just fine for me, on two different boxes,
> one with dejagnu 1.5 and one with dejagnu 1.5.1. There is
> no dg-save-unknown in gfortran.dg/test_common_binding_labels_2_main.f03,
> but dg-compile-aux-modules and that is defined in gfortran.dg/dg.exp.
Looking around in gcc-testresults, for some people (e.g. H.J.'s testresults,
Andreas Schwab ia64, etc.) it works just fine too,
https://gcc.gnu.org/ml/gcc-testresults/2014-09/msg01551.html
shows the same symptomps as you report. What dejagnu version are you using?
Jakub