Commit dbb27f26 by Benjamin Kosnik Committed by Benjamin Kosnik

collate.cc: Compile-only.


2001-12-03  Benjamin Kosnik  <bkoz@redhat.com>

	* testsuite/22_locale/collate.cc: Compile-only.
	* testsuite/22_locale/time_get.cc: Same.
	* testsuite/22_locale/time_put.cc: Same.
	* testsuite/22_locale/numpunct.cc: Same.
	* testsuite/22_locale/num_put.cc: Same.
	* testsuite/22_locale/num_get.cc: Same.
	* testsuite/22_locale/moneypunct.cc: Same.
	* testsuite/22_locale/money_get.cc: Same.
	* testsuite/22_locale/messages.cc: Same.
	* testsuite/22_locale/ctype.cc: Same.

From-SVN: r47592
parent 64d3a1b4
2001-12-03 Benjamin Kosnik <bkoz@redhat.com> 2001-12-03 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/22_locale/collate.cc: Compile-only.
* testsuite/22_locale/time_get.cc: Same.
* testsuite/22_locale/time_put.cc: Same.
* testsuite/22_locale/numpunct.cc: Same.
* testsuite/22_locale/num_put.cc: Same.
* testsuite/22_locale/num_get.cc: Same.
* testsuite/22_locale/moneypunct.cc: Same.
* testsuite/22_locale/money_get.cc: Same.
* testsuite/22_locale/messages.cc: Same.
* testsuite/22_locale/ctype.cc: Same.
2001-12-03 Benjamin Kosnik <bkoz@redhat.com>
* src/string-inst.cc (string::_Rep::_S_terminal): Add static data * src/string-inst.cc (string::_Rep::_S_terminal): Add static data
member instantiations. member instantiations.
......
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
// 22.2.4 The collate category // 22.2.4 The collate category
// { dg-do compile }
#include <locale> #include <locale>
void test01() void test01()
......
...@@ -18,7 +18,9 @@ ...@@ -18,7 +18,9 @@
// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
// USA. // USA.
// 22.2.1 the ctype category // 22.2.1 The ctype category
// { dg-do compile }
// 1: Test that the locale headers are picking up the correct declaration // 1: Test that the locale headers are picking up the correct declaration
// of the internal type `ctype_base::mask'. // of the internal type `ctype_base::mask'.
......
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
// 22.2.7 The message retrieval category // 22.2.7 The message retrieval category
// { dg-do compile }
#include <locale> #include <locale>
void test01() void test01()
......
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
// 22.2.6.1 Template class money_get // 22.2.6.1 Template class money_get
// { dg-do compile }
#include <locale> #include <locale>
void test01() void test01()
......
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
// 22.2.6.2 Template class money_put // 22.2.6.2 Template class money_put
// { dg-do compile }
#include <locale> #include <locale>
void test01() void test01()
......
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
// 22.2.6.3 Template class moneypunct // 22.2.6.3 Template class moneypunct
// { dg-do compile }
#include <locale> #include <locale>
#include <testsuite_hooks.h> #include <testsuite_hooks.h>
......
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
// 22.2.2.1 Template class num_get // 22.2.2.1 Template class num_get
// { dg-do compile }
#include <locale> #include <locale>
void test01() void test01()
......
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
// 22.2.2.2 Template class num_put // 22.2.2.2 Template class num_put
// { dg-do compile }
#include <locale> #include <locale>
void test01() void test01()
......
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
// 22.2.3 The numeric punctuation facet // 22.2.3 The numeric punctuation facet
// { dg-do compile }
#include <locale> #include <locale>
void test01() void test01()
......
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
// 22.2.5.1 Template class time_get // 22.2.5.1 Template class time_get
// { dg-do compile }
#include <locale> #include <locale>
void test01() void test01()
......
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
// 22.2.5.3 Template class time_put // 22.2.5.3 Template class time_put
// { dg-do compile }
#include <locale> #include <locale>
void test01() void test01()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment