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

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

[Octave-bug-tracker] [bug #47413] string to numeric parsing problems wit


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #47413] string to numeric parsing problems with llvm libc++
Date: Tue, 15 Mar 2016 03:56:20 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #2, bug #47413 (project octave):

With GCC's libstdc++:


../configure CC=clang-3.7 CXX=clang++-3.7


With LLVM's libc++:


../configure CC=clang-3.7 CXX="clang++-3.7 -stdlib=libc++"


The former does not show these errors, and the only difference is which STL
headers and runtime library are used, so it's probably something in LLVM's
implementation of the STL, maybe the iostream classes?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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