aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@gcc.gnu.org>2007-05-16 16:54:48 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2007-05-16 16:54:48 +0000
commit3322ee1183cd5e4373e8d1163ee48db06662fa14 (patch)
tree0c74e855e19ae82ac0470341ec2aa13f2b17f957
parent2c4b148c84a8a310d8dc36c2dce1950fa01ab240 (diff)
downloadgcc-3322ee1183cd5e4373e8d1163ee48db06662fa14.zip
gcc-3322ee1183cd5e4373e8d1163ee48db06662fa14.tar.gz
gcc-3322ee1183cd5e4373e8d1163ee48db06662fa14.tar.bz2
acinclude.m4 (GLIBCXX_CHECK_COMPILER_FEATURES): Add a function to the test code compiled with -ffunction-sections -fdata-sections.
2007-05-11 Benjamin Kosnik <bkoz@redhat.com> * acinclude.m4 (GLIBCXX_CHECK_COMPILER_FEATURES): Add a function to the test code compiled with -ffunction-sections -fdata-sections. * configure: Regenerate. * testsuite/22_locale/ctype/scan/wchar_t/1.cc: Remove _GLIBCXX_USE_WCHAR_T guards as superfluous. * testsuite/20_util/make_signed/requirements/typedefs-1.cc: Add _GLIBCXX_USE_WCHAR_T guards. * testsuite/20_util/make_signed/requirements/typedefs-2.cc: Same. * testsuite/20_util/make_unsigned/requirements/typedefs-1.cc: Same. * testsuite/20_util/make_unsigned/requirements/typedefs-2.cc: Same. * testsuite/21_strings/char_traits/requirements/wchar_t/typedefs.cc: Add. * testsuite/21_strings/char_traits/typedefs/char/1.cc: Move... * testsuite/21_strings/char_traits/requirements/char/typedefs.cc: ...here. * testsuite/21_strings/char_traits/typedefs: Remove. * testsuite/21_strings/char_traits/typedefs/char: Remove. From-SVN: r124773
-rw-r--r--libstdc++-v3/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 161ea69..ef9292c 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -5,7 +5,7 @@
* configure: Regenerate.
* testsuite/22_locale/ctype/scan/wchar_t/1.cc: Remove
- _GLIBCXX_USE_WCHAR_T guards as surpufulous.
+ _GLIBCXX_USE_WCHAR_T guards as superfluous.
* testsuite/20_util/make_signed/requirements/typedefs-1.cc: Add
_GLIBCXX_USE_WCHAR_T guards.