OSDN Git Service

150503593fe8c5febd5c3655f89880686dfd70ec
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / docs / 17_intro / BUGS
1 2000-03-24 libstdc++2.90.8
2
3 - testsuite/27_io/istream_extractors_char.cc: 
4   Failing on all platforms with -O2, working with -O. Need to look at this.
5
6 - _GLIBCPP_HAS_BUILTIN_SINF: We should still hold out for a cleaner solution the is currenly the case in bits/std_cmath.h. 
7
8 - there may be one set of remaining string bugs, dependant on final
9 clarification of the string::find technicalities when finding in an
10 empty string or using an empty string for an argument. At the very
11 least, v-3 has interpreted the standard in a way that is in opposition
12 to other libraries on other platforms.
13
14 - trigraphs and keywords a la the iso646 header are not correctly
15 implemented. It looks like the compiler recognizes them as keywords
16 but then doesn't translate into the correct bit ops. It is a mystery.
17
18 - wide strings have not been tested, and may therefore be unusable.
19
20 - Chapter 27 io functionality is not finished. As such, there are
21 known bugs in: filebuf::putbackfail
22
23 - Many facet implementations are stubs. (22) 
24
25 - Almost no optimizations for small-footprint/low-overhead. (22,27) 
26
27 - There has been some work to wrap the C headers in namespace std::, but 
28    it may not be complete yet, and C macros are not shadowed. Please consult 
29    the mailing list archives for more information. 
30
31