diff options
author | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2000-07-22 17:08:46 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2000-07-22 17:08:46 +0000 |
commit | 11489a95954d9b77b40c4a1621521564dd5b2e07 (patch) | |
tree | 42570e9e3e894b6986969ab526aead2c628297ba /libstdc++-v3/testsuite/17_intro | |
parent | 2d573dffb63d4eac4c3fbf8a4c1aa45c8fac14ef (diff) | |
download | gcc-11489a95954d9b77b40c4a1621521564dd5b2e07.tar.gz |
stl-inst.cc: Change __sink_unused_warning to unsigned int for alpha.
2000-07-21 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* src/stl-inst.cc: Change __sink_unused_warning to unsigned int
for alpha.
* testsuite/26_numerics/complex_inserters_extractors.cc (testall):
Change return type to void.
* testsuite/25_algorithms/lower_bound.cc: Add return values.
* testsuite/17_intro/header_ciso646.cc: Modify.
* bits/locale_facets.h: Add return values for the generic cases.
From-SVN: r35193
Diffstat (limited to 'libstdc++-v3/testsuite/17_intro')
-rw-r--r-- | libstdc++-v3/testsuite/17_intro/header_ciso646.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/17_intro/header_ciso646.cc b/libstdc++-v3/testsuite/17_intro/header_ciso646.cc index c6c1e39a499..8e4369090b5 100644 --- a/libstdc++-v3/testsuite/17_intro/header_ciso646.cc +++ b/libstdc++-v3/testsuite/17_intro/header_ciso646.cc @@ -38,6 +38,8 @@ bool test01() { bool test = true; +#if 0 + #ifdef and test = false; #endif @@ -82,6 +84,8 @@ bool test01() test = false; #endif +#endif + #ifdef DEBUG_ASSERT assert(test); #endif |