From dbb27f267a5e73ef811dde0c229124dbec57a532 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Tue, 4 Dec 2001 07:15:01 +0000 Subject: [PATCH] collate.cc: Compile-only. 2001-12-03 Benjamin Kosnik * 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 --- libstdc++-v3/ChangeLog | 13 +++++++++++++ libstdc++-v3/testsuite/22_locale/collate.cc | 2 ++ libstdc++-v3/testsuite/22_locale/ctype.cc | 4 +++- libstdc++-v3/testsuite/22_locale/messages.cc | 2 ++ libstdc++-v3/testsuite/22_locale/money_get.cc | 2 ++ libstdc++-v3/testsuite/22_locale/money_put.cc | 2 ++ libstdc++-v3/testsuite/22_locale/moneypunct.cc | 2 ++ libstdc++-v3/testsuite/22_locale/num_get.cc | 2 ++ libstdc++-v3/testsuite/22_locale/num_put.cc | 2 ++ libstdc++-v3/testsuite/22_locale/numpunct.cc | 2 ++ libstdc++-v3/testsuite/22_locale/time_get.cc | 2 ++ libstdc++-v3/testsuite/22_locale/time_put.cc | 2 ++ 12 files changed, 36 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 92626b7239b..d6534c9427f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,16 @@ +2001-12-03 Benjamin Kosnik + + * 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 * src/string-inst.cc (string::_Rep::_S_terminal): Add static data diff --git a/libstdc++-v3/testsuite/22_locale/collate.cc b/libstdc++-v3/testsuite/22_locale/collate.cc index 502f5c0ec28..d7b1f16d78b 100644 --- a/libstdc++-v3/testsuite/22_locale/collate.cc +++ b/libstdc++-v3/testsuite/22_locale/collate.cc @@ -20,6 +20,8 @@ // 22.2.4 The collate category +// { dg-do compile } + #include void test01() diff --git a/libstdc++-v3/testsuite/22_locale/ctype.cc b/libstdc++-v3/testsuite/22_locale/ctype.cc index 54a6a4e2e03..b13fe231489 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype.cc @@ -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'. diff --git a/libstdc++-v3/testsuite/22_locale/messages.cc b/libstdc++-v3/testsuite/22_locale/messages.cc index 176c2b272e9..083a1bb58e0 100644 --- a/libstdc++-v3/testsuite/22_locale/messages.cc +++ b/libstdc++-v3/testsuite/22_locale/messages.cc @@ -20,6 +20,8 @@ // 22.2.7 The message retrieval category +// { dg-do compile } + #include void test01() diff --git a/libstdc++-v3/testsuite/22_locale/money_get.cc b/libstdc++-v3/testsuite/22_locale/money_get.cc index 333af26c22d..938bbaa6fdb 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get.cc @@ -20,6 +20,8 @@ // 22.2.6.1 Template class money_get +// { dg-do compile } + #include void test01() diff --git a/libstdc++-v3/testsuite/22_locale/money_put.cc b/libstdc++-v3/testsuite/22_locale/money_put.cc index e876e371f81..d8398f4ddda 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put.cc @@ -20,6 +20,8 @@ // 22.2.6.2 Template class money_put +// { dg-do compile } + #include void test01() diff --git a/libstdc++-v3/testsuite/22_locale/moneypunct.cc b/libstdc++-v3/testsuite/22_locale/moneypunct.cc index 4bba75a618b..5d5e7b791da 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct.cc @@ -20,6 +20,8 @@ // 22.2.6.3 Template class moneypunct +// { dg-do compile } + #include #include diff --git a/libstdc++-v3/testsuite/22_locale/num_get.cc b/libstdc++-v3/testsuite/22_locale/num_get.cc index fae184d6cdb..f8f3e1646a0 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get.cc @@ -20,6 +20,8 @@ // 22.2.2.1 Template class num_get +// { dg-do compile } + #include void test01() diff --git a/libstdc++-v3/testsuite/22_locale/num_put.cc b/libstdc++-v3/testsuite/22_locale/num_put.cc index 1715231e999..1d0d7f1a372 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put.cc @@ -20,6 +20,8 @@ // 22.2.2.2 Template class num_put +// { dg-do compile } + #include void test01() diff --git a/libstdc++-v3/testsuite/22_locale/numpunct.cc b/libstdc++-v3/testsuite/22_locale/numpunct.cc index 7a420db5a01..4c71f10d5f7 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct.cc @@ -20,6 +20,8 @@ // 22.2.3 The numeric punctuation facet +// { dg-do compile } + #include void test01() diff --git a/libstdc++-v3/testsuite/22_locale/time_get.cc b/libstdc++-v3/testsuite/22_locale/time_get.cc index 701350b017e..0aa4fd3ba06 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get.cc @@ -20,6 +20,8 @@ // 22.2.5.1 Template class time_get +// { dg-do compile } + #include void test01() diff --git a/libstdc++-v3/testsuite/22_locale/time_put.cc b/libstdc++-v3/testsuite/22_locale/time_put.cc index b7318634bb0..8ca284afdf0 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put.cc @@ -20,6 +20,8 @@ // 22.2.5.3 Template class time_put +// { dg-do compile } + #include void test01() -- 2.30.2