diff options
| -rw-r--r-- | libstdc++-v3/ChangeLog | 13 | ||||
| -rw-r--r-- | libstdc++-v3/testsuite/22_locale/collate.cc | 2 | ||||
| -rw-r--r-- | libstdc++-v3/testsuite/22_locale/ctype.cc | 4 | ||||
| -rw-r--r-- | libstdc++-v3/testsuite/22_locale/messages.cc | 2 | ||||
| -rw-r--r-- | libstdc++-v3/testsuite/22_locale/money_get.cc | 2 | ||||
| -rw-r--r-- | libstdc++-v3/testsuite/22_locale/money_put.cc | 2 | ||||
| -rw-r--r-- | libstdc++-v3/testsuite/22_locale/moneypunct.cc | 2 | ||||
| -rw-r--r-- | libstdc++-v3/testsuite/22_locale/num_get.cc | 2 | ||||
| -rw-r--r-- | libstdc++-v3/testsuite/22_locale/num_put.cc | 2 | ||||
| -rw-r--r-- | libstdc++-v3/testsuite/22_locale/numpunct.cc | 2 | ||||
| -rw-r--r-- | libstdc++-v3/testsuite/22_locale/time_get.cc | 2 | ||||
| -rw-r--r-- | libstdc++-v3/testsuite/22_locale/time_put.cc | 2 |
12 files changed, 36 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 92626b7..d6534c9 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,18 @@ 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 member instantiations. diff --git a/libstdc++-v3/testsuite/22_locale/collate.cc b/libstdc++-v3/testsuite/22_locale/collate.cc index 502f5c0..d7b1f16 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 <locale> void test01() diff --git a/libstdc++-v3/testsuite/22_locale/ctype.cc b/libstdc++-v3/testsuite/22_locale/ctype.cc index 54a6a4e..b13fe23 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 176c2b2..083a1bb 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 <locale> void test01() diff --git a/libstdc++-v3/testsuite/22_locale/money_get.cc b/libstdc++-v3/testsuite/22_locale/money_get.cc index 333af26..938bbaa 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 <locale> void test01() diff --git a/libstdc++-v3/testsuite/22_locale/money_put.cc b/libstdc++-v3/testsuite/22_locale/money_put.cc index e876e371..d8398f4 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 <locale> void test01() diff --git a/libstdc++-v3/testsuite/22_locale/moneypunct.cc b/libstdc++-v3/testsuite/22_locale/moneypunct.cc index 4bba75a..5d5e7b7 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 <locale> #include <testsuite_hooks.h> diff --git a/libstdc++-v3/testsuite/22_locale/num_get.cc b/libstdc++-v3/testsuite/22_locale/num_get.cc index fae184d..f8f3e16 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 <locale> void test01() diff --git a/libstdc++-v3/testsuite/22_locale/num_put.cc b/libstdc++-v3/testsuite/22_locale/num_put.cc index 1715231..1d0d7f1 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 <locale> void test01() diff --git a/libstdc++-v3/testsuite/22_locale/numpunct.cc b/libstdc++-v3/testsuite/22_locale/numpunct.cc index 7a420db..4c71f10 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 <locale> void test01() diff --git a/libstdc++-v3/testsuite/22_locale/time_get.cc b/libstdc++-v3/testsuite/22_locale/time_get.cc index 701350b..0aa4fd3 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 <locale> void test01() diff --git a/libstdc++-v3/testsuite/22_locale/time_put.cc b/libstdc++-v3/testsuite/22_locale/time_put.cc index b731863..8ca284a 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 <locale> void test01() |
