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
This commit is contained in:
Benjamin Kosnik 2001-12-04 07:15:01 +00:00 committed by Benjamin Kosnik
parent 64d3a1b48e
commit dbb27f267a
12 changed files with 36 additions and 1 deletions

View File

@ -1,3 +1,16 @@
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

View File

@ -20,6 +20,8 @@
// 22.2.4 The collate category
// { dg-do compile }
#include <locale>
void test01()

View File

@ -18,7 +18,9 @@
// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
// 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
// of the internal type `ctype_base::mask'.

View File

@ -20,6 +20,8 @@
// 22.2.7 The message retrieval category
// { dg-do compile }
#include <locale>
void test01()

View File

@ -20,6 +20,8 @@
// 22.2.6.1 Template class money_get
// { dg-do compile }
#include <locale>
void test01()

View File

@ -20,6 +20,8 @@
// 22.2.6.2 Template class money_put
// { dg-do compile }
#include <locale>
void test01()

View File

@ -20,6 +20,8 @@
// 22.2.6.3 Template class moneypunct
// { dg-do compile }
#include <locale>
#include <testsuite_hooks.h>

View File

@ -20,6 +20,8 @@
// 22.2.2.1 Template class num_get
// { dg-do compile }
#include <locale>
void test01()

View File

@ -20,6 +20,8 @@
// 22.2.2.2 Template class num_put
// { dg-do compile }
#include <locale>
void test01()

View File

@ -20,6 +20,8 @@
// 22.2.3 The numeric punctuation facet
// { dg-do compile }
#include <locale>
void test01()

View File

@ -20,6 +20,8 @@
// 22.2.5.1 Template class time_get
// { dg-do compile }
#include <locale>
void test01()

View File

@ -20,6 +20,8 @@
// 22.2.5.3 Template class time_put
// { dg-do compile }
#include <locale>
void test01()