This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch, gfortran] pr22570 and related issues.
- From: François-Xavier Coudert <fxcoudert at gmail dot com>
- To: Paul Thomas <paulthomas2 at wanadoo dot fr>
- Cc: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Wed, 27 Jul 2005 23:33:57 +0200
- Subject: Re: [patch, gfortran] pr22570 and related issues.
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uf23uSmFtHviNwuk9MwpkJvw4Obv28M8CmIWkG1pme3xC73/dDzpDx2hUXGf72F2rsX/J0siOnQc99VcSYQ7zmGZ0Fid6t91j6I+WBXxWgHw/u/UmMLj2o+dQgjmDMz+BZTTB/13q9b9FNjRDvzgkjCQJf5JYIkbU9lZbQ7eV7s=
- References: <42E677B0.30200@wanadoo.fr>
- Reply-to: François-Xavier Coudert <fxcoudert at gmail dot com>
> In the longer run, there might be some advantage in
> modifying the NIST suite to run as part of the gfortran testsuite. The
> work required to do this would be perspiration rather than inspiration
> based. If it is thought to be useful, we could look into this,
> although there are no promises on the timescale.
NIST cannot be included in the gfortran testsuite (and I don't think
we would want it, in any case), but we can arrange for it to be run
regularly.
I use this occasion to remind people that I have nightly testsuite
runs on i686-linux, i386-freebsd, x86_64-linux and sparc-solaris on
http://quatramaran.ens.fr/~coudert/gfortran/test-results/ (files are
named with the pattern: test-processor-operatingsystem-date.log). I
don't know if this is used by any people other than me, but since it
works without too much effort, I keep it.
I will see if I can add the NIST testsuite to these nightly tests, as
I don't have time to do any actual coding these days.
FX