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

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

[Octave-bug-tracker] [bug #55538] logspace BIST tests fail when Octave b


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #55538] logspace BIST tests fail when Octave built with LLVM libc++
Date: Fri, 17 Sep 2021 08:32:08 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #9, bug #55538 (project octave):

That seems to work for me:


cat /etc/redhat-release 
CentOS Stream release 8

rpm -qf /usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/complex.h

libstdc++-devel-8.5.0-3.el8.x86_64

octave:1> assert (logspace (-Inf + 1i, Inf + 1i, 3), [0, NaN + NaN * 1i,
complex(-Inf, Inf)]) 
octave:2> logspace (-Inf + 1i, Inf + 1i, 3) 
ans =

     0 +   0i   NaN - NaNi  -Inf + Infi

octave:3> __octave_config_info__ ("CC")
ans = clang
octave:4> __octave_config_info__ ("hg_id")
ans = 55eeb7f0850b
octave:5> 



Dmitri.
-- 


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55538>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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