This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: gmp 4.2 failures on the G5
- From: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- To: fortran at gcc dot gnu dot org
- Date: Wed, 26 Apr 2006 17:13:23 +0200
- Subject: Re: gmp 4.2 failures on the G5
I have checked them on 10.3.9, and I have found:
FAIL: t-hamdist
and
Default seed fails in iteration 0
FAIL: t-mt
plus a warning:
Warning, sscanf("","%d",&x) doesn't return EOF.
This affects gmp_sscanf, tests involving it will be suppressed.
You should try to get a fix for your libc.
PASS: t-scanf
Sin I read
--enable-cxx enable C++ support [default=no]
in the configure file, I assume that I did not used the
--enable-cxx option (not knowing I am always using the default).
Dominique