[Pkg-octave-devel] Bug#532656: Bug#532656: Bug#532656: octave3.2_3.2.0-1(mips/unstable): FTBFS on mips. Segfault in regression test.
Rafael Laboissiere
rafael at debian.org
Sun Jun 14 13:39:28 UTC 2009
* Rafael Laboissiere <rafael at debian.org> [2009-06-14 12:25]:
> I think that the different values of x_max and x_min explain the bug on
> the mips system. I guess that this is caused by the following lines in
> pr-output.cc (function set_format):
>
> int x_max = max_abs == 0.0
> ? 0 : static_cast<int> (floor (log10 (max_abs) + 1.0));
>
> int x_min = min_abs == 0.0
> ? 0 : static_cast<int> (floor (log10 (min_abs) + 1.0));
I meant lines 854 to 858 in pr-output.cc, in function
set_format (const Complex& c, int& r_fw, int& i_fw)
--
Rafael
More information about the Pkg-octave-devel
mailing list