This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: typos in the test suite
- From: "Asher Langton" <langton at gmail dot com>
- To: "François-Xavier Coudert" <fxcoudert at gmail dot com>
- Cc: "Dominique Dhumieres" <dominiq at lps dot ens dot fr>, fortran at gcc dot gnu dot org
- Date: Thu, 27 Sep 2007 17:37:53 -0500
- Subject: Re: typos in the test suite
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=aTT0k20d+ooseVh7o2Lc7oBHkDX/qYprNJz5nYdtujo=; b=evDVN1kiQf3urdINur6UyfAs/hJa5VUfVob5dtWLYfcNpexd9+zjSfIpf8GjgrAoGILkPkR2gqIsWoBvAiz5OoxnBzpGZv+DgHrMfzvra1d3VvgD+Nfi5tdvTVGwEviobmmro350UpovMJXuscG/TAEBGD/ZpXS3a+DpzF9ANtc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=n5CCrJP36zj8eL7OeJ7vgUa1u7g9rfHOLIieRqbC5FH2T0zdzidVv1LTKqUFn5Ay9vG6pJWB06ZhQt0WrhDSQRSPnEWPdEKcSZWPJ+xh/a6LMA9sq1ZkQMAKe3vsAZMjMaCc0eoJiWh0VRhgTh/n1ozlSa/N9Efl3lDdADiqPrk=
- References: <20070927132521.17E475BB9F@mailhost.lps.ens.fr> <19c433eb0709270640o43202f39i45e507ed487c1f19@mail.gmail.com>
On 9/27/07, François-Xavier Coudert <fxcoudert@gmail.com> wrote:
> > I have found the following typos in the test suite:
> >
> > gcc/testsuite/gfortran.dg/openmp_stack.f90:! { dg-do run}
> > gcc/testsuite/gfortran.dg/recursive_stack.f90:! { dg-do run}
>
> Committed, thanks!
>
> PS: Asher, as one of these is your openmp testcase that fails on
> non-openmp targets, it reminded me of something I wanted to tell you:
> instead of putting it in libgomp/testsuite, you should really put it
> in gfortran.dg/gomp. If this changes regtests fine for you, it is
> preapproved.
Hi FX,
Okay, thanks. I'll take care of this soon.
-Asher