This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r114873 - in /branches/libstdcxx_so_7-branch/li...
- From: paolo at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Wed, 21 Jun 2006 23:55:26 -0000
- Subject: r114873 - in /branches/libstdcxx_so_7-branch/li...
Author: paolo
Date: Wed Jun 21 23:55:26 2006
New Revision: 114873
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114873
Log:
2006-06-21 Paolo Carlini <pcarlini@suse.de>
* include/std/std_stdexcept.h: Move __exception_string...
* include/bits/exception_string.h: ... here, new file.
* src/stdexcept.cc: Move __exception_string out of line
definitions...
* src/exception_string.cc: ... here, new file.
* include/bits/ios_base.h (class ios_base::failure): Use
__exception_string.
* testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust dg-error
line number.
* testsuite/27_io/ios_base/cons/copy_neg.cc: Likewise.
* src/Makefile.am: Update.
* include/Makefile.am: Likewise.
* src/Makefile.in: Regenerate.
* include/Makefile.am: Likewise.
Added:
branches/libstdcxx_so_7-branch/libstdc++-v3/include/bits/exception_string.h
branches/libstdcxx_so_7-branch/libstdc++-v3/src/exception_string.cc
Modified:
branches/libstdcxx_so_7-branch/libstdc++-v3/ChangeLog.libstdcxx_so_7-branch
branches/libstdcxx_so_7-branch/libstdc++-v3/include/Makefile.am
branches/libstdcxx_so_7-branch/libstdc++-v3/include/Makefile.in
branches/libstdcxx_so_7-branch/libstdc++-v3/include/bits/ios_base.h
branches/libstdcxx_so_7-branch/libstdc++-v3/include/std/std_stdexcept.h
branches/libstdcxx_so_7-branch/libstdc++-v3/src/Makefile.am
branches/libstdcxx_so_7-branch/libstdc++-v3/src/Makefile.in
branches/libstdcxx_so_7-branch/libstdc++-v3/src/stdexcept.cc
branches/libstdcxx_so_7-branch/libstdc++-v3/testsuite/27_io/ios_base/cons/assign_neg.cc
branches/libstdcxx_so_7-branch/libstdc++-v3/testsuite/27_io/ios_base/cons/copy_neg.cc