This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
Re: new FAILs on HEAD
- From: Michael Ritzert <gcc at ds217-115-141-84 dot dedicated dot hosteurope dot de>
- To: gcc-regression at gcc dot gnu dot org, andyv at firstinter dot net, aph at redhat dot com, apinski at apple dot com, dannysmith at users dot sourceforge dot net, fche at redhat dot com, jakub at redhat dot com, joern dot rennecke at superh dot com, mckinlay at redhat dot com, nathan at codesourcery dot com, paul at codesourcery dot com, roger at eyesopen dot com, rth at redhat dot com, stevenb at suse dot de, tobias dot schlueter at physik dot uni-muenchen dot de, zippel at linux-m68k dot org
- Date: Wed, 30 Jun 2004 08:54:27 +0200
- Subject: Re: new FAILs on HEAD
- References: <20040630084001.A17949@ds217-115-141-84.dedicated.hosteurope.de>
- Reply-to: gcc-regression at gcc dot gnu dot org
On Wed, Jun 30, 2004 at 08:40:01AM +0200, Michael Ritzert wrote:
> If you directly receive this mail, your name is tagged to one of the ChangeLog
> entries. A copy is also mailed to gcc-regressions.
>
> The build system:
> debian GNU/Linux i686 unstable
> i686-pc-linux-gnu
> configure flags: --enable-threads=posix --prefix=/opt/gcc-HEAD --enable-__cxa_atexit --with-system-zlib --enable-languages=c,c++,f95,java,objc
>
> These new FAILs appeared since the last run:
>
> FAIL: gfortran.fortran-torture/execute/a_edit_1.f90 compilation, -O0
[...]
> FAIL: gfortran.fortran-torture/execute/write_logical.f90 compilation, -Os
The error mode is
/usr/gcc/compile/gcc/HEAD/i686-pc-linux-gnu/./libgfortran/.libs/libgfortran.so: undefined reference to `irand'
So it's most likely this patch:
> 2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
> Paul Brook <paul@codesourcery.com>
>
> * runtime/normalize.c (normalize_r4_i4, normalize_r8_i8): Fix
> comments.
> * intrinsics/rand.c (rand): Call irand() in call to normalize_r4_i4.
Michael