octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: Re: 3.0.3 release candidate 2


From: Tatsuro MATSUOKA
Subject: Fwd: Re: 3.0.3 release candidate 2
Date: Wed, 1 Oct 2008 16:31:05 +0900 (JST)

I have forgtton to send the mail to
maintainers ML

Tatsuro
--- Tatsuro MATSUOKA <address@hidden> wrote:

> Date:Wed, 1 Oct 2008 16:28:59 +0900 (JST)
> From:Tatsuro MATSUOKA <address@hidden>
> Subject:Re: 3.0.3 release candidate 2
> To:Benjamin Lindner <address@hidden>
> CC:MATSUOKA Tatsuro <address@hidden>
> 
> Hello
> > 
> >  >>>>> processing 
> >
>
d:\files\admin\octaveforge_svn\trunk\octave-forge\admin\Windows\mingw32\octave\octave-3.0.3\scripts/general\bitcmp.m
> >    ***** 
> > assert(bitcmp(A,Amax),bitor(bitshift(1,Amax-1),bitshift(1,Amax-2)));
> > !!!!! test failed
> > error: assert (bitcmp (A, Amax),bitor (bitshift (1, Amax - 1), bitshift 
> > (1, Amax - 2))) expected
> > 6.7554e+015
> > but got
> > 1.1259e+016
> > values do not match
> > shared variables {
> >    Amax =  53
> >    Bmax = 9.0072e+015
> >    A = 2.2518e+015
> > }
> > 
> 
> This is due to error of round function in mingw-gcc complier and perhaps you 
> have already known.
> If you want to avoid this error, please modify config.h after confiure
> 
> /* Define to 1 if you have the `round' function. */
> #define HAVE_ROUND 1
>  |
>  V
> /* Define to 1 if you have the `round' function. */
> /* #undef HAVE_ROUND */
> 
> If this flag is off, the round function prepared by Michael will be used.
> This bug was reported to mingw team and they said that that will be reflected 
> the next release.
> 
> (The date of gcc-4.3.0 release is before than my reort to mingw team.)
> 
> Regards
> 
> Tatsuro
>  
> 
> 
> 
> 
> 
> --------------------------------------
> Enjoy MLB with MAJOR.JP! Ichiro, Matsuzaka, Matsui, and more!
> http://pr.mail.yahoo.co.jp/mlb/
> 


--------------------------------------
Enjoy MLB with MAJOR.JP! Ichiro, Matsuzaka, Matsui, and more!
http://pr.mail.yahoo.co.jp/mlb/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]