aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-04 07:15:01 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-04 07:15:01 +0000
commitd3f6f57f35cdac25ae0327cc1049a3e42021dc59 (patch)
treeb58695064eb99cfecd435e5d5ec3edda7a32a751 /libstdc++-v3/testsuite
parent0a53d3c25ecd1d2ab6ec1ac717c6b6ddb6f73dec (diff)
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47592 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/testsuite')
-rw-r--r--libstdc++-v3/testsuite/22_locale/collate.cc2
-rw-r--r--libstdc++-v3/testsuite/22_locale/ctype.cc4
-rw-r--r--libstdc++-v3/testsuite/22_locale/messages.cc2
-rw-r--r--libstdc++-v3/testsuite/22_locale/money_get.cc2
-rw-r--r--libstdc++-v3/testsuite/22_locale/money_put.cc2
-rw-r--r--libstdc++-v3/testsuite/22_locale/moneypunct.cc2
-rw-r--r--libstdc++-v3/testsuite/22_locale/num_get.cc2
-rw-r--r--libstdc++-v3/testsuite/22_locale/num_put.cc2
-rw-r--r--libstdc++-v3/testsuite/22_locale/numpunct.cc2
-rw-r--r--libstdc++-v3/testsuite/22_locale/time_get.cc2
-rw-r--r--libstdc++-v3/testsuite/22_locale/time_put.cc2
11 files changed, 23 insertions, 1 deletions
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 <locale>
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 <locale>
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 <locale>
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 <locale>
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 <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 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 <locale>
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 <locale>
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 <locale>
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 <locale>
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 <locale>
void test01()