[cfe-dev] What is status of libc++ on Linux?

Sean Hunt scshunt at csclub.uwaterloo.ca
Mon Sep 26 08:43:14 PDT 2011


On Mon, Sep 26, 2011 at 11:36, Konstantin Tokarev <annulen at yandex.ru> wrote:
> Hi all,
>
> Is libc++ supposed to be practiaclly usable on Linux? It compiles fine,
> but has large amount of tests failing.

It is mostly useful. The failing tests are, if memory serves, limited
somewhat to libraries that aren't properly implemented (atomics),
places where glibc is non-conformant, places where initializer lists
haven't been implemented in C++0x, and a few others. The test system
(a bash script) presently has no concept of expected failures; talk to
Howard for more info.

Sean



More information about the cfe-dev mailing list