This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Cygwin binaries - a resumption of normal service
- From: François-Xavier Coudert <fxcoudert at gmail dot com>
- To: THOMAS Paul Richard 169137 <prthomas at drfccad dot cea dot fr>
- Cc: "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>
- Date: Thu, 23 Jun 2005 13:37:03 +0200
- Subject: Re: Cygwin binaries - a resumption of normal service
- 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=E4Adq3e+fcuRrjSCN/h6PxCI3mz1ZzaYMArn71V6tgjpHo+bN6CoD5Ioutr07q07lVa0X312cN1PSb48xvGlTnztwz44RjoxqbH1e0Y+ULhomi3IijNXqSpB8gpgeZk1STmP3xqOjPL+YPnaSGR7VQXrd6vZY55TKvhw5aNDAhc=
- References: <756DFD3DE8F1D411A59A00306E06E84702C42769@drfccad.cad.cea.fr>
- Reply-to: François-Xavier Coudert <fxcoudert at gmail dot com>
> This has the disadvantage that vect_5.f90 is still failing
Just as a note: with CVS, we still have the following testcase
problems on x86_64:
XPASS: gfortran.dg/vect/vect-5.f90 -O scan-tree-dump-times
vectorized 2 loops 1
XPASS: gfortran.dg/vect/vect-5.f90 -O scan-tree-dump-times Alignment
of access forced using peeling 1
XPASS: gfortran.dg/vect/vect-5.f90 -O scan-tree-dump-times
Vectorizing an unaligned access 2
FX