acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Force glibc_satisfactory to no...
authorBenjamin Kosnik <bkoz@purist.soma.redhat.com>
Thu, 7 Sep 2000 01:02:01 +0000 (01:02 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 7 Sep 2000 01:02:01 +0000 (01:02 +0000)
commitf133a43eab88b0093f16d966a3b2d1d0e45388e1
tree362b250d70b806633ffa441ff4d0bb069781b9e6
parent0806f95fb4c5c3533d67621da4b5e9411d85c292
acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Force glibc_satisfactory to no...

2000-09-06  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Force glibc_satisfactory
to no, so that libstdc++-v3's libio will be built on glibc-2.2
systems.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* */Makefile.in: Regenerate.

* bits/std_cwctype.h: Put in temporary hack to work around -O2 +
glibc 2.1.x unsigned errors. Or disable -Werror by default...

* testsuite/23_containers/vector_element_access.cc: New file.
* bits/stl_config.h (__STL_THROW_RANGE_ERRORS): Define.

From-SVN: r36218
libstdc++-v3/ChangeLog
libstdc++-v3/Makefile.in
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/bits/std_cwctype.h
libstdc++-v3/bits/stl_config.h
libstdc++-v3/configure
libstdc++-v3/libio/Makefile.in
libstdc++-v3/math/Makefile.in
libstdc++-v3/src/Makefile.in
libstdc++-v3/testsuite/23_containers/vector_element_access.cc [new file with mode: 0644]