]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libstdc++/43863 (Unused recursive_init_error class defined with -fno-exceptions)
authorJonathan Wakely <jwakely.gcc@gmail.com>
Wed, 9 Feb 2011 23:22:27 +0000 (23:22 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 9 Feb 2011 23:22:27 +0000 (23:22 +0000)
commit2bddc509588994a5907cabf12cc7a916a67b3832
treec8db5084760621ea60bf7b1f79df7e5f6d8b5629
parent7a0269ded1363fb1c8df55995b65b5c6e778c037
re PR libstdc++/43863 (Unused recursive_init_error class defined with -fno-exceptions)

2011-02-09  Jonathan Wakely  <jwakely.gcc@gmail.com>

PR libstdc++/43863
* libsupc++/guard.cc (recursive_init_error::~recursive_init_error):
Move to ...
* libsupc++/guard_error.cc: ... new file.
* libsupc++/Makefile.am: Update.
* libsupc++/Makefile.in: Regenerate.

From-SVN: r169989
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/Makefile.am
libstdc++-v3/libsupc++/Makefile.in
libstdc++-v3/libsupc++/guard.cc
libstdc++-v3/libsupc++/guard_error.cc [new file with mode: 0644]