collate.cc: Compile-only.
authorBenjamin Kosnik <bkoz@redhat.com>
Tue, 4 Dec 2001 07:15:01 +0000 (07:15 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 4 Dec 2001 07:15:01 +0000 (07:15 +0000)
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

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 92626b7239bc41d314299c239458e17de874d37c..d6534c9427f88e43181608fedbf39704b57bfe16 100644 (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
index 502f5c0ec28f84d37ce0b571e2617fdf6882e0bd..d7b1f16d78b1fee76f034dd97b12d6282457dcac 100644 (file)
@@ -20,6 +20,8 @@
 
 // 22.2.4 The collate category
 
+// { dg-do compile }
+
 #include <locale>
 
 void test01()
index 54a6a4e2e03e40d72cc57461abda30f05ebaf14a..b13fe2314893d96191a61b0b1b7cb2859f3d36d5 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 176c2b272e9dad30fa9b0e51ef009069c4814a9b..083a1bb58e07c7c191f9f4deb916b483536622f5 100644 (file)
@@ -20,6 +20,8 @@
 
 // 22.2.7 The message retrieval category
 
+// { dg-do compile }
+
 #include <locale>
 
 void test01()
index 333af26c22d8c3297a2f06703f69b1b64e9c4a10..938bbaa6fdb41eae42d18e2c9d8170288a79b1cb 100644 (file)
@@ -20,6 +20,8 @@
 
 // 22.2.6.1  Template class money_get
 
+// { dg-do compile }
+
 #include <locale>
 
 void test01()
index e876e371f819d3b08e99adb89be6344902055df9..d8398f4dddab86f6ee7250907fa6b94e4e25d686 100644 (file)
@@ -20,6 +20,8 @@
 
 // 22.2.6.2  Template class money_put
 
+// { dg-do compile }
+
 #include <locale>
 
 void test01()
index 4bba75a618b08e14fb6fa353f903bccf3aa8603a..5d5e7b791da15b6a9b030e3a24d82748518b1a21 100644 (file)
@@ -20,6 +20,8 @@
 
 // 22.2.6.3  Template class moneypunct
 
+// { dg-do compile }
+
 #include <locale>
 #include <testsuite_hooks.h>
 
index fae184d6cdbd9abd6361aa572aed7718fc5afd45..f8f3e1646a0a9e7ae9d9009dcbbad64051116cb3 100644 (file)
@@ -20,6 +20,8 @@
 
 // 22.2.2.1  Template class num_get
 
+// { dg-do compile }
+
 #include <locale>
 
 void test01()
index 1715231e99966c3d23db30e8a4b68fd84ebbfac2..1d0d7f1a372d6967e5a62ce951ceb990ed11bb4e 100644 (file)
@@ -20,6 +20,8 @@
 
 // 22.2.2.2  Template class num_put
 
+// { dg-do compile }
+
 #include <locale>
 
 void test01()
index 7a420db5a01a7e7a3bdd046cdb7d1b66bee91286..4c71f10d5f77f10e127b539b234651c8bb16067f 100644 (file)
@@ -20,6 +20,8 @@
 
 // 22.2.3  The numeric punctuation facet
 
+// { dg-do compile }
+
 #include <locale>
 
 void test01()
index 701350b017e8fe2a619d51820f61b44447298826..0aa4fd3ba0686eab2d786e8cb8bda1806e7288ab 100644 (file)
@@ -20,6 +20,8 @@
 
 // 22.2.5.1  Template class time_get
 
+// { dg-do compile }
+
 #include <locale>
 
 void test01()
index b7318634bb00311b9b9761cffee21eb47e7a5203..8ca284afdf046d634e58433cdb8e33c72635988e 100644 (file)
@@ -20,6 +20,8 @@
 
 // 22.2.5.3  Template class time_put
 
+// { dg-do compile }
+
 #include <locale>
 
 void test01()