octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave 3.6.1-rc0 release candidate available for ftp


From: Michael Goffioul
Subject: Re: Octave 3.6.1-rc0 release candidate available for ftp
Date: Wed, 8 Feb 2012 11:34:33 +0000

On Wed, Feb 8, 2012 at 9:58 AM, Tatsuro MATSUOKA <address@hidden> wrote:
> Hello
>
>
> Could the below adding  "volatile" keyword for CYGWIN and MinGW be related to 
> that of the MSVC case ?
>
> (Just above line 400)
> ************
> double
> profile_data_accumulator::query_time (void) const
> {
>  octave_time now;
>  // FIXME -- this should be removed at some point...  See bug 34210.
> #if defined (__CYGWIN__) || defined (__MINGW32__)
>  volatile
> #endif
>    double dnow = now.double_value ();
>  return dnow;
> }
> *************
>
> The phenomenon is similar to the bug 34210
>
> http://savannah.gnu.org/bugs/?34210

Thanks Tatsuro, that solved the problem. Now I can run the full test
suite, which gives the "expected" failures under MSVC.

Summary:

  PASS  10128
  FAIL     22

Michael.


reply via email to

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