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: Tatsuro MATSUOKA
Subject: Re: Octave 3.6.1-rc0 release candidate available for ftp
Date: Wed, 8 Feb 2012 18:58:30 +0900 (JST)

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

Regards

Tatsuro
--- On Wed, 2012/2/8, Michael Goffioul  wrote:

> On Tue, Feb 7, 2012 at 6:00 PM, John W. Eaton <address@hidden> wrote:
> > The first release candidate of Octave 3.6.1 is now available from
> > alpha.gnu.org in the directory /gnu/octave:
> >
> >  94c3daa319fecf246975f68532e1bd6a  octave-3.6.1-rc0.tar.gz
> >
> >  -rw-r--r-- 1 3003 3002 17981600 Feb 07 17:23 octave-3.6.1-rc0.tar.gz
> >
> > Even if you have been building Octave regularly from the Mercurial
> > archive, it would help if you could build from this release candidate
> > and report any problems.  We could especially use reports for Windows
> > and OS X systems.
> 
> Compiles fine under MSVC (VS2010) with the patch I'm maintaining.
> However I'm unable to run the full test suite, because of this
> problem:
> 
>   scripts\general\profile.m ..............................Assertion
> failed: last_time >= 0.0 && last_time <= t, file
> ../../src/profiler.cc, line 400
> panic: Aborted -- stopping myself...
> make: *** [check] Error 3
> 
> Michael.
>


reply via email to

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