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: John W. Eaton
Subject: Re: Octave 3.6.1-rc0 release candidate available for ftp
Date: Wed, 8 Feb 2012 16:46:06 -0500

On  8-Feb-2012, Michael Goffioul wrote:

| 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.

I made the following change:

  http://hg.savannah.gnu.org/hgweb/octave/rev/06f706e92771

jwe


reply via email to

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