OSDN Git Service

2001-12-03 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Dec 2001 07:15:01 +0000 (07:15 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Dec 2001 07:15:01 +0000 (07:15 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47592 138bc75d-0d04-0410-961f-82ee72b054a4

12 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/22_locale/collate.cc
libstdc++-v3/testsuite/22_locale/ctype.cc
libstdc++-v3/testsuite/22_locale/messages.cc
libstdc++-v3/testsuite/22_locale/money_get.cc
libstdc++-v3/testsuite/22_locale/money_put.cc
libstdc++-v3/testsuite/22_locale/moneypunct.cc
libstdc++-v3/testsuite/22_locale/num_get.cc
libstdc++-v3/testsuite/22_locale/num_put.cc
libstdc++-v3/testsuite/22_locale/numpunct.cc
libstdc++-v3/testsuite/22_locale/time_get.cc
libstdc++-v3/testsuite/22_locale/time_put.cc

index 92626b7..d6534c9 100644 (file)
@@ -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.
 
index 502f5c0..d7b1f16 100644 (file)
@@ -20,6 +20,8 @@
 
 // 22.2.4 The collate category
 
+// { dg-do compile }
+
 #include <locale>
 
 void test01()
index 54a6a4e..b13fe23 100644 (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'.
index 176c2b2..083a1bb 100644 (file)
@@ -20,6 +20,8 @@
 
 // 22.2.7 The message retrieval category
 
+// { dg-do compile }
+
 #include <locale>
 
 void test01()
index 333af26..938bbaa 100644 (file)
@@ -20,6 +20,8 @@
 
 // 22.2.6.1  Template class money_get
 
+// { dg-do compile }
+
 #include <locale>
 
 void test01()
index e876e37..d8398f4 100644 (file)
@@ -20,6 +20,8 @@
 
 // 22.2.6.2  Template class money_put
 
+// { dg-do compile }
+
 #include <locale>
 
 void test01()
index 4bba75a..5d5e7b7 100644 (file)
@@ -20,6 +20,8 @@
 
 // 22.2.6.3  Template class moneypunct
 
+// { dg-do compile }
+
 #include <locale>
 #include <testsuite_hooks.h>
 
index fae184d..f8f3e16 100644 (file)
@@ -20,6 +20,8 @@
 
 // 22.2.2.1  Template class num_get
 
+// { dg-do compile }
+
 #include <locale>
 
 void test01()
index 1715231..1d0d7f1 100644 (file)
@@ -20,6 +20,8 @@
 
 // 22.2.2.2  Template class num_put
 
+// { dg-do compile }
+
 #include <locale>
 
 void test01()
index 7a420db..4c71f10 100644 (file)
@@ -20,6 +20,8 @@
 
 // 22.2.3  The numeric punctuation facet
 
+// { dg-do compile }
+
 #include <locale>
 
 void test01()
index 701350b..0aa4fd3 100644 (file)
@@ -20,6 +20,8 @@
 
 // 22.2.5.1  Template class time_get
 
+// { dg-do compile }
+
 #include <locale>
 
 void test01()
index b731863..8ca284a 100644 (file)
@@ -20,6 +20,8 @@
 
 // 22.2.5.3  Template class time_put
 
+// { dg-do compile }
+
 #include <locale>
 
 void test01()