octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #34210] profile.m test abort


From: marco atzeri
Subject: [Octave-bug-tracker] [bug #34210] profile.m test abort
Date: Tue, 27 Sep 2011 08:33:34 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2

Follow-up Comment #8, bug #34210 (project octave):

Hi Tatsuro,
I added the fprintf to force the not optimization of 
   return now.double_value ()
and to check what was happening.
Without the fprintf, the compiler makes no difference between 
  return now.double_value ();
and 
  double ora;
  ora = now.double_value ();
  return ora ; 
so both fails.

If you have an idea for a less intrusive operation instead of the fprintf, I
will appreciate.

This bug seems a gcc bug on windows platform, so we should 
check the gcc bug database to see if it is already known, 
or to write a small test case and open a gcc bug.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34210>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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