This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: test results on linux/alpha
- To: chris at ludwig-alpha dot unil dot ch
- Subject: Re: test results on linux/alpha
- From: Brad Lucier <lucier at math dot purdue dot edu>
- Date: Thu, 23 Nov 2000 14:21:34 -0500 (EST)
- Cc: lucier at math dot purdue dot edu (Brad Lucier), gcc at gcc dot gnu dot org
On the alpha, the ieee section tests should be run with the -mieee
flag; this should be changed in dejagnu; see the message
http://gcc.gnu.org/ml/gcc-testresults/1999-12/msg00134.html
where I note that Richard Henderson says
... dejagnu's $prefix/share/dejagnu/baseboards/unix.exp
should contain
if { [ istarget "alpha-*-*" ] } {
set_board_info ieee_multilib_flags "-mieee";
}
Someone should implement this small change in the
version of dejagnu distributed by the GCC project so that
the proper test results can be fed back to the project.
Even Toon Moene, the Fortran maintainer, was bitten by the
same problem.
Brad Lucier