octave-maintainers
[Top][All Lists]
Advanced

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

Re: failed checks for mingw32 build in octave 3.0.0/3.0.1


From: Benjamin Lindner
Subject: Re: failed checks for mingw32 build in octave 3.0.0/3.0.1
Date: Mon, 18 Aug 2008 19:28:39 +0200
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)


and in test_arith.m
  ***** test
 x = [pi/2*i, 3*pi/2*i];
 v = [0, 0];
 assert(all (abs (coth (x) - v) < sqrt (eps)));
!!!!! test failed
error: assert (all (abs (coth (x) - v) < sqrt (eps))) failed


This one really seems to be gcc-4.2.1 specific.
Using gcc-4.3.0 (TDM's 4.3.0-2 port) it passes.
Also Tatsuro reported it passes for 3.4.5.

So I guess mingw's gcc-4.2.1 is a no-no

benjamin


reply via email to

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