This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
mar-2001 gcc-bugs outstanding
- To: libstdc++ at gcc dot gnu dot org
- Subject: mar-2001 gcc-bugs outstanding
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Mon, 2 Apr 2001 12:32:45 -0700
2001-03-01
c++/2139: Annoying C++ warning
http://gcc.gnu.org/ml/gcc-bugs/2001-03/msg00009.html
g++ -W -Wall
#include <memory>
int main()
{
std::allocator<int> S;
(void) S.allocate(1);
return 0;
}
2001-03-01
c++/2138: trouble with STL's distance function
http://gcc.gnu.org/ml/gcc-bugs/2001-03/msg00005.html
http://gcc.gnu.org/ml/gcc-bugs/2001-03/msg00006.html
2001-03-19
libstdc++/2311
libstdc++/2311: isnan(), isinf(), etc, not undefined
wants to be able to turn of C9x math bits
http://gcc.gnu.org/ml/gcc-bugs/2001-03/msg00524.html
2001-03-16
libstdc++/2302: Problems with toupper
http://gcc.gnu.org/ml/gcc-bugs/2001-03/msg00494.html
locales + ctype bits don't work
c++/2305: Binary IO read problem
http://gcc.gnu.org/ml/gcc-bugs/2001-03/msg00498.html
2.96 read problem
2001-03-23
libstdc++/2346: Problems with seekg (rewind)?
http://gcc.gnu.org/ml/gcc-bugs/2001-03/msg00659.html
files positioning, wrong
2001-03-25
libstdc++/2383: Problems with istrstream
http://gcc.gnu.org/ml/gcc-bugs/2001-03/msg00752.html
very real bug with bufsize...
2001-03-30
c++/2440: istringstream problems after eof encountered
http://gcc.gnu.org/ml/gcc-bugs/2001-03/msg00946.html
2001-03-31
libstdc++/2445: undefined reference to `std::errno'
http://gcc.gnu.org/ml/gcc-bugs/2001-03/msg00962.html
probably fixed on FSF mainline