This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Fortran regressions on Cygwin_NT
- From: "François-Xavier Coudert" <fxcoudert at gmail dot com>
- To: "Paul Thomas" <paulthomas2 at wanadoo dot fr>
- Cc: "Fortran List" <fortran at gcc dot gnu dot org>, gcc at gcc dot gnu dot org
- Date: Wed, 15 Aug 2007 10:47:46 +0100
- Subject: Re: Fortran regressions on Cygwin_NT
- Dkim-signature: a=rsa-sha1; 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; b=UBJFPlSFcnoKUeqoVeW0YyRk7XoxtNfpDlPuJwc1FeJU6Yv4jFqOpd6mKEOnxu/F4yjCWJGGVHRqCla4LN3Um3gba60MijhvjylfN6qFnz0ISd6/RYQlmp7wmI/5HC7oWDJwvICmMoZ20zyPG8o3B+wQhjzNe/4PMDd2/qhS0yo=
- 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=HIlHifLTy/AGfubojs68F1hDCDPYOqnKRgi68+usp8gMqBjRv4ZElDjE34kJdqjcIW8nyYblt4GQZeqnSWChpz5m+p+x84l7txg4Y/DSrj1UZr0heQQevnPgQ9BedRli2jjOr5OXhnhkX2+77i9gTY+KMYFZ29/tvlnzBnBbs7M=
- References: <46C2C6F2.9010604@wanadoo.fr>
> FAIL: gfortran.dg/g77/980310-3.f (internal compiler error)
> FAIL: gfortran.dg/g77/980310-3.f (test for excess errors)
I saw this one on x86_64-linux with -m32, and filed it as PR33074. I
asked about it on IRC yesterday, and if I understood Andrew Pinksi, it
probably is a middle-end problem, as people have been messing with
reload recently.
> FAIL: gfortran.fortran-torture/execute/intrinsic_integer.f90 execution, -O0
This one apparently appeared between rev. 127178 and 2007-08-06 (see
http://gcc.gnu.org/ml/gcc-testresults/2007-08/msg00161.html and
http://gcc.gnu.org/ml/gcc-testresults/2007-08/msg00278.html; there is
no revision number for the second one), and it is also seen on a few
platforms. It probably was introduced by me (recent NINT patch) and
fixed as per http://gcc.gnu.org/ml/gcc-patches/2007-08/msg00902.html
FX