From: Benjamin Kosnik Date: Tue, 4 Dec 2001 07:15:01 +0000 (+0000) Subject: collate.cc: Compile-only. X-Git-Tag: prereleases/libstdc++-3.0.95~528 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dbb27f267a5e73ef811dde0c229124dbec57a532;p=thirdparty%2Fgcc.git 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 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 92626b7239bc..d6534c9427f8 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 502f5c0ec28f..d7b1f16d78b1 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 54a6a4e2e03e..b13fe2314893 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 176c2b272e9d..083a1bb58e07 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 333af26c22d8..938bbaa6fdb4 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 e876e371f819..d8398f4dddab 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 4bba75a618b0..5d5e7b791da1 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 fae184d6cdbd..f8f3e1646a0a 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 1715231e9996..1d0d7f1a372d 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 7a420db5a01a..4c71f10d5f77 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 701350b017e8..0aa4fd3ba068 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 b7318634bb00..8ca284afdf04 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()