Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / lang / gnat-aux / files / diff-cxx-testsuite
blob16f2953280d988e5ee224af3e096ba59285ed6f4
1 --- gcc/testsuite/g++.dg/cdce3.C.orig
2 +++ gcc/testsuite/g++.dg/cdce3.C
3 @@ -1,4 +1,4 @@
4 -/* { dg-do run } */
5 +/* { dg-do run { target { ! "*-*-freebsd* *-*-dragonfly* *-*-netbsd*" } } } */
6  /* { dg-require-effective-target c99_runtime } */
7  /* { dg-skip-if "exp2* missing despite C99 runtime" { alpha*-dec-osf5* } } */
8  /* { dg-options "-O2 -fmath-errno -fdump-tree-cdce-details  -DGNU_EXTENSION -DLARGE_LONG_DOUBLE -lm" { target { pow10 && large_long_double } } } */
9 --- gcc/testsuite/g++.dg/uninit-pred-3_b.C.orig
10 +++ gcc/testsuite/g++.dg/uninit-pred-3_b.C
11 @@ -65,7 +65,7 @@
13    void P (int64 t)
14      {
15 -      int cc; /* { dg-excess-errors "note: 'cc' was declared here" } */
16 +      int cc;
17        if (!GetC (&cc))
18          return;
20 --- gcc/testsuite/gcc.dg/builtins-config.h.orig
21 +++ gcc/testsuite/gcc.dg/builtins-config.h
22 @@ -13,8 +13,14 @@
23  /* PA HP-UX doesn't have the entire C99 runtime.  */
24  #elif defined(__AVR__)
25  /* AVR doesn't have the entire C99 runtime.  */
26 -#elif defined(__FreeBSD__) && (__FreeBSD__ < 9)
27 -/* FreeBSD up to version 8 lacks support for cexp and friends.  */
28 +#elif defined(__FreeBSD__) && (__FreeBSD__ < 10)
29 +/* FreeBSD up to version 9 lacks support for cexp and friends.  */
30 +#elif defined(__DragonFly__)
31 +/* As of DragonFly 2.13, Full C99 support is not available.
32 +   It has the same libm functionality as FreeBSD, which is missing
33 +   several long-double functions. */
34 +#elif defined(__NetBSD__)
35 +/* As of NetBSD 5.99, libm is nowhere close to supporting C99 */
36  #elif defined(__netware__)
37  /* NetWare doesn't have the entire C99 runtime.  */
38  #elif defined(__vxworks)
39 --- libstdc++-v3/testsuite/17_intro/headers/c++1998/stdc++.cc.orig
40 +++ libstdc++-v3/testsuite/17_intro/headers/c++1998/stdc++.cc
41 @@ -1,5 +1,5 @@
42  // FreeBSD wants warning clean system headers:
43 -// { dg-options "-Wall -Wsystem-headers" { target *-*-freebsd* } }
44 +// { dg-options "-Wall -Wsystem-headers" { target *-*-freebsd* *-*-dragonfly* } }
45  // { dg-do compile }
46  // 1999-05-12 bkoz
48 --- libstdc++-v3/testsuite/17_intro/headers/c++1998/stdc++_multiple_inclusion.cc.orig
49 +++ libstdc++-v3/testsuite/17_intro/headers/c++1998/stdc++_multiple_inclusion.cc
50 @@ -1,5 +1,5 @@
51  // FreeBSD wants warning clean system headers:
52 -// { dg-options "-Wall -Wsystem-headers" { target *-*-freebsd* } }
53 +// { dg-options "-Wall -Wsystem-headers" { target *-*-freebsd* *-*-dragonfly* } }
54  // { dg-do compile }
55  // 1999-05-12 bkoz
57 --- libstdc++-v3/testsuite/17_intro/headers/c++200x/stdc++.cc.orig
58 +++ libstdc++-v3/testsuite/17_intro/headers/c++200x/stdc++.cc
59 @@ -1,5 +1,5 @@
60  // FreeBSD wants warning clean system headers:
61 -// { dg-options "-Wall -Wsystem-headers" { target *-*-freebsd* } }
62 +// { dg-options "-Wall -Wsystem-headers" { target *-*-freebsd* *-*-dragonfly* } }
63  // { dg-options "-std=gnu++0x" }
64  // { dg-do compile }
66 --- libstdc++-v3/testsuite/17_intro/headers/c++200x/stdc++_multiple_inclusion.cc.orig
67 +++ libstdc++-v3/testsuite/17_intro/headers/c++200x/stdc++_multiple_inclusion.cc
68 @@ -1,5 +1,5 @@
69  // FreeBSD wants warning clean system headers:
70 -// { dg-options "-Wall -Wsystem-headers" { target *-*-freebsd* } }
71 +// { dg-options "-Wall -Wsystem-headers" { target *-*-freebsd* *-*-dragonfly* } }
72  // { dg-options "-std=gnu++0x" }
73  // { dg-do compile }
75 --- libstdc++-v3/testsuite/18_support/pthread_guard.cc.orig
76 +++ libstdc++-v3/testsuite/18_support/pthread_guard.cc
77 @@ -16,8 +16,8 @@
78  // with this library; see the file COPYING3.  If not see
79  // <http://www.gnu.org/licenses/>.
81 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* } }
82 -// { dg-options "-pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-darwin* alpha*-*-osf* } }
83 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* } }
84 +// { dg-options "-pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-darwin* alpha*-*-osf* } }
86  #include <cstdlib>
87  #include <pthread.h>
88 --- libstdc++-v3/testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc.orig
89 +++ libstdc++-v3/testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc
90 @@ -17,8 +17,8 @@
92  // 20.6.6.2 Template class shared_ptr [util.smartptr.shared]
94 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
95 -// { dg-options "-pthread -std=gnu++0x" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
96 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
97 +// { dg-options "-pthread -std=gnu++0x" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
98  // { dg-options "-pthreads -std=gnu++0x" { target *-*-solaris* } }
99  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
101 --- libstdc++-v3/testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc.orig
102 +++ libstdc++-v3/testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc
103 @@ -17,8 +17,8 @@
105  // 20.6.6.2 Template class shared_ptr [util.smartptr.shared]
107 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
108 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
109 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
110 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
111  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
112  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
114 --- libstdc++-v3/testsuite/21_strings/basic_string/pthread18185.cc.orig
115 +++ libstdc++-v3/testsuite/21_strings/basic_string/pthread18185.cc
116 @@ -16,8 +16,8 @@
117  // with this library; see the file COPYING3.  If not see
118  // <http://www.gnu.org/licenses/>.
120 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
121 -// { dg-options "-pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
122 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
123 +// { dg-options "-pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
124  // { dg-options "-pthreads" { target *-*-solaris* } }
126  #include <ext/new_allocator.h>
127 --- libstdc++-v3/testsuite/21_strings/basic_string/pthread4.cc.orig
128 +++ libstdc++-v3/testsuite/21_strings/basic_string/pthread4.cc
129 @@ -20,8 +20,8 @@
130  // with this library; see the file COPYING3.  If not see
131  // <http://www.gnu.org/licenses/>.
133 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
134 -// { dg-options "-pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
135 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
136 +// { dg-options "-pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
137  // { dg-options "-pthreads" { target *-*-solaris* } }
139  #include <string>
140 --- libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-1.cc.orig
141 +++ libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-1.cc
142 @@ -1,5 +1,5 @@
143 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
144 -// { dg-options "-pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
145 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
146 +// { dg-options "-pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
147  // { dg-options "-pthreads" { target *-*-solaris* } }
148  // { dg-require-namedlocale "en_US" }
149  // { dg-require-namedlocale "fr_FR" }
150 --- libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-2.cc.orig
151 +++ libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-2.cc
152 @@ -1,5 +1,5 @@
153 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
154 -// { dg-options "-pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
155 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
156 +// { dg-options "-pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
157  // { dg-options "-pthreads" { target *-*-solaris* } }
158  // { dg-require-namedlocale "en_US" }
159  // { dg-require-namedlocale "fr_FR" }
160 --- libstdc++-v3/testsuite/23_containers/list/pthread1.cc.orig
161 +++ libstdc++-v3/testsuite/23_containers/list/pthread1.cc
162 @@ -18,8 +18,8 @@
163  // with this library; see the file COPYING3.  If not see
164  // <http://www.gnu.org/licenses/>.
166 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
167 -// { dg-options "-pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
168 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
169 +// { dg-options "-pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
170  // { dg-options "-pthreads" { target *-*-solaris* } }
172  // This multi-threading C++/STL/POSIX code adheres to rules outlined here:
173 --- libstdc++-v3/testsuite/23_containers/list/pthread5.cc.orig
174 +++ libstdc++-v3/testsuite/23_containers/list/pthread5.cc
175 @@ -20,8 +20,8 @@
176  // with this library; see the file COPYING3.  If not see
177  // <http://www.gnu.org/licenses/>.
179 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
180 -// { dg-options "-pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
181 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
182 +// { dg-options "-pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
183  // { dg-options "-pthreads" { target *-*-solaris* } }
185  #include <vector>
186 --- libstdc++-v3/testsuite/23_containers/map/pthread6.cc.orig
187 +++ libstdc++-v3/testsuite/23_containers/map/pthread6.cc
188 @@ -19,8 +19,8 @@
189  // with this library; see the file COPYING3.  If not see
190  // <http://www.gnu.org/licenses/>.
192 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
193 -// { dg-options "-pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
194 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
195 +// { dg-options "-pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
196  // { dg-options "-pthreads" { target *-*-solaris* } }
198  #include <string>
199 --- libstdc++-v3/testsuite/23_containers/vector/debug/multithreaded_swap.cc.orig
200 +++ libstdc++-v3/testsuite/23_containers/vector/debug/multithreaded_swap.cc
201 @@ -1,5 +1,5 @@
202 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
203 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
204 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
205 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
206  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
207  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
208  // { dg-require-cstdint "" }
209 --- libstdc++-v3/testsuite/26_numerics/headers/cmath/c_math_dynamic.cc.orig
210 +++ libstdc++-v3/testsuite/26_numerics/headers/cmath/c_math_dynamic.cc
211 @@ -19,7 +19,7 @@
214  // { dg-do link }
215 -// { dg-options "-D_XOPEN_SOURCE" { target *-*-freebsd* } }
216 +// { dg-options "-D_XOPEN_SOURCE" { target *-*-freebsd* *-*-dragonfly* } }
218  #include <cmath>
220 --- libstdc++-v3/testsuite/27_io/basic_ofstream/pthread2.cc.orig
221 +++ libstdc++-v3/testsuite/27_io/basic_ofstream/pthread2.cc
222 @@ -19,8 +19,8 @@
223  // with this library; see the file COPYING3.  If not see
224  // <http://www.gnu.org/licenses/>.
226 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
227 -// { dg-options "-pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
228 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
229 +// { dg-options "-pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
230  // { dg-options "-pthreads" { target *-*-solaris* } }
232  #include <fstream>
233 --- libstdc++-v3/testsuite/27_io/basic_ostringstream/pthread3.cc.orig
234 +++ libstdc++-v3/testsuite/27_io/basic_ostringstream/pthread3.cc
235 @@ -19,8 +19,8 @@
236  // with this library; see the file COPYING3.  If not see
237  // <http://www.gnu.org/licenses/>.
239 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
240 -// { dg-options "-pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
241 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
242 +// { dg-options "-pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
243  // { dg-options "-pthreads" { target *-*-solaris* } }
245  #include <sstream>
246 --- libstdc++-v3/testsuite/30_threads/async/42819.cc.orig
247 +++ libstdc++-v3/testsuite/30_threads/async/42819.cc
248 @@ -1,5 +1,5 @@
249 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
250 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
251 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
252 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
253  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
254  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
255  // { dg-require-cstdint "" }
256 --- libstdc++-v3/testsuite/30_threads/async/any.cc.orig
257 +++ libstdc++-v3/testsuite/30_threads/async/any.cc
258 @@ -1,5 +1,5 @@
259 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
260 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
261 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
262 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
263  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
264  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
265  // { dg-require-cstdint "" }
266 --- libstdc++-v3/testsuite/30_threads/async/async.cc.orig
267 +++ libstdc++-v3/testsuite/30_threads/async/async.cc
268 @@ -1,5 +1,5 @@
269 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
270 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
271 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
272 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
273  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
274  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
275  // { dg-require-cstdint "" }
276 --- libstdc++-v3/testsuite/30_threads/async/sync.cc.orig
277 +++ libstdc++-v3/testsuite/30_threads/async/sync.cc
278 @@ -1,5 +1,5 @@
279 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
280 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
281 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
282 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
283  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
284  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
285  // { dg-require-cstdint "" }
286 --- libstdc++-v3/testsuite/30_threads/call_once/39909.cc.orig
287 +++ libstdc++-v3/testsuite/30_threads/call_once/39909.cc
288 @@ -1,5 +1,5 @@
289 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
290 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
291 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
292 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
293  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
294  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
295  // { dg-require-cstdint "" }
296 --- libstdc++-v3/testsuite/30_threads/call_once/call_once1.cc.orig
297 +++ libstdc++-v3/testsuite/30_threads/call_once/call_once1.cc
298 @@ -1,5 +1,5 @@
299 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
300 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
301 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
302 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
303  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
304  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
305  // { dg-require-cstdint "" }
306 --- libstdc++-v3/testsuite/30_threads/condition_variable/cons/1.cc.orig
307 +++ libstdc++-v3/testsuite/30_threads/condition_variable/cons/1.cc
308 @@ -1,5 +1,5 @@
309 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
310 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
311 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
312 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
313  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
314  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
315  // { dg-require-cstdint "" }
316 --- libstdc++-v3/testsuite/30_threads/condition_variable/members/1.cc.orig
317 +++ libstdc++-v3/testsuite/30_threads/condition_variable/members/1.cc
318 @@ -1,5 +1,5 @@
319 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
320 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
321 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
322 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
323  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
324  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
325  // { dg-require-cstdint "" }
326 --- libstdc++-v3/testsuite/30_threads/condition_variable/members/2.cc.orig
327 +++ libstdc++-v3/testsuite/30_threads/condition_variable/members/2.cc
328 @@ -1,5 +1,5 @@
329 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
330 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
331 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
332 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
333  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
334  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
335  // { dg-require-cstdint "" }
336 --- libstdc++-v3/testsuite/30_threads/condition_variable/native_handle/typesizes.cc.orig
337 +++ libstdc++-v3/testsuite/30_threads/condition_variable/native_handle/typesizes.cc
338 @@ -1,5 +1,5 @@
339 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
340 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
341 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
342 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
343  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
344  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
345  // { dg-require-cstdint "" }
346 --- libstdc++-v3/testsuite/30_threads/condition_variable_any/cons/1.cc.orig
347 +++ libstdc++-v3/testsuite/30_threads/condition_variable_any/cons/1.cc
348 @@ -1,5 +1,5 @@
349 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
350 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
351 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
352 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
353  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
354  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
355  // { dg-require-cstdint "" }
356 --- libstdc++-v3/testsuite/30_threads/condition_variable_any/members/1.cc.orig
357 +++ libstdc++-v3/testsuite/30_threads/condition_variable_any/members/1.cc
358 @@ -1,5 +1,5 @@
359 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
360 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
361 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
362 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
363  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
364  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
365  // { dg-require-cstdint "" }
366 --- libstdc++-v3/testsuite/30_threads/condition_variable_any/members/2.cc.orig
367 +++ libstdc++-v3/testsuite/30_threads/condition_variable_any/members/2.cc
368 @@ -1,5 +1,5 @@
369 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
370 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
371 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
372 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
373  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
374  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
375  // { dg-require-cstdint "" }
376 --- libstdc++-v3/testsuite/30_threads/future/cons/move.cc.orig
377 +++ libstdc++-v3/testsuite/30_threads/future/cons/move.cc
378 @@ -1,5 +1,5 @@
379 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
380 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
381 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
382 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
383  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
384  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
385  // { dg-require-cstdint "" }
386 --- libstdc++-v3/testsuite/30_threads/future/members/45133.cc.orig
387 +++ libstdc++-v3/testsuite/30_threads/future/members/45133.cc
388 @@ -1,5 +1,5 @@
389 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
390 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
391 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
392 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
393  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
394  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
395  // { dg-require-cstdint "" }
396 --- libstdc++-v3/testsuite/30_threads/future/members/get.cc.orig
397 +++ libstdc++-v3/testsuite/30_threads/future/members/get.cc
398 @@ -1,5 +1,5 @@
399 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
400 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
401 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
402 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
403  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
404  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
405  // { dg-require-cstdint "" }
406 --- libstdc++-v3/testsuite/30_threads/future/members/get2.cc.orig
407 +++ libstdc++-v3/testsuite/30_threads/future/members/get2.cc
408 @@ -1,5 +1,5 @@
409 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
410 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
411 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
412 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
413  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
414  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
415  // { dg-require-cstdint "" }
416 --- libstdc++-v3/testsuite/30_threads/future/members/valid.cc.orig
417 +++ libstdc++-v3/testsuite/30_threads/future/members/valid.cc
418 @@ -1,5 +1,5 @@
419 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
420 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
421 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
422 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
423  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
424  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
425  // { dg-require-cstdint "" }
426 --- libstdc++-v3/testsuite/30_threads/future/members/wait.cc.orig
427 +++ libstdc++-v3/testsuite/30_threads/future/members/wait.cc
428 @@ -1,5 +1,5 @@
429 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
430 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
431 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
432 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
433  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
434  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
435  // { dg-require-cstdint "" }
436 --- libstdc++-v3/testsuite/30_threads/future/members/wait_for.cc.orig
437 +++ libstdc++-v3/testsuite/30_threads/future/members/wait_for.cc
438 @@ -1,5 +1,5 @@
439 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
440 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
441 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
442 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
443  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
444  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
445  // { dg-require-cstdint "" }
446 --- libstdc++-v3/testsuite/30_threads/future/members/wait_until.cc.orig
447 +++ libstdc++-v3/testsuite/30_threads/future/members/wait_until.cc
448 @@ -1,5 +1,5 @@
449 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
450 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
451 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
452 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
453  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
454  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
455  // { dg-require-cstdint "" }
456 --- libstdc++-v3/testsuite/30_threads/lock/1.cc.orig
457 +++ libstdc++-v3/testsuite/30_threads/lock/1.cc
458 @@ -1,5 +1,5 @@
459 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
460 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
461 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
462 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
463  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
464  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
465  // { dg-require-cstdint "" }
466 --- libstdc++-v3/testsuite/30_threads/lock/2.cc.orig
467 +++ libstdc++-v3/testsuite/30_threads/lock/2.cc
468 @@ -1,5 +1,5 @@
469 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
470 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
471 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
472 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
473  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
474  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
475  // { dg-require-cstdint "" }
476 --- libstdc++-v3/testsuite/30_threads/lock/3.cc.orig
477 +++ libstdc++-v3/testsuite/30_threads/lock/3.cc
478 @@ -1,5 +1,5 @@
479 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
480 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
481 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
482 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
483  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
484  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
485  // { dg-require-cstdint "" }
486 --- libstdc++-v3/testsuite/30_threads/lock/4.cc.orig
487 +++ libstdc++-v3/testsuite/30_threads/lock/4.cc
488 @@ -1,5 +1,5 @@
489 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
490 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
491 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
492 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
493  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
494  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
495  // { dg-require-cstdint "" }
496 --- libstdc++-v3/testsuite/30_threads/lock_guard/cons/1.cc.orig
497 +++ libstdc++-v3/testsuite/30_threads/lock_guard/cons/1.cc
498 @@ -1,5 +1,5 @@
499 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
500 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
501 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
502 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
503  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
504  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
505  // { dg-require-cstdint "" }
506 --- libstdc++-v3/testsuite/30_threads/mutex/cons/1.cc.orig
507 +++ libstdc++-v3/testsuite/30_threads/mutex/cons/1.cc
508 @@ -1,5 +1,5 @@
509 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
510 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
511 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
512 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
513  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
514  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
515  // { dg-require-cstdint "" }
516 --- libstdc++-v3/testsuite/30_threads/mutex/dest/destructor_locked.cc.orig
517 +++ libstdc++-v3/testsuite/30_threads/mutex/dest/destructor_locked.cc
518 @@ -1,5 +1,5 @@
519 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
520 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
521 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
522 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
523  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
524  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
525  // { dg-require-cstdint "" }
526 --- libstdc++-v3/testsuite/30_threads/mutex/lock/1.cc.orig
527 +++ libstdc++-v3/testsuite/30_threads/mutex/lock/1.cc
528 @@ -1,5 +1,5 @@
529 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
530 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
531 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
532 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
533  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
534  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
535  // { dg-require-cstdint "" }
536 --- libstdc++-v3/testsuite/30_threads/mutex/native_handle/1.cc.orig
537 +++ libstdc++-v3/testsuite/30_threads/mutex/native_handle/1.cc
538 @@ -1,5 +1,5 @@
539 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
540 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
541 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
542 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
543  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
544  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
545  // { dg-require-cstdint "" }
546 --- libstdc++-v3/testsuite/30_threads/mutex/native_handle/typesizes.cc.orig
547 +++ libstdc++-v3/testsuite/30_threads/mutex/native_handle/typesizes.cc
548 @@ -1,5 +1,5 @@
549 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
550 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
551 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
552 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
553  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
554  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
555  // { dg-require-cstdint "" }
556 --- libstdc++-v3/testsuite/30_threads/mutex/try_lock/1.cc.orig
557 +++ libstdc++-v3/testsuite/30_threads/mutex/try_lock/1.cc
558 @@ -1,5 +1,5 @@
559 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
560 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
561 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
562 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
563  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
564  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
565  // { dg-require-cstdint "" }
566 --- libstdc++-v3/testsuite/30_threads/mutex/try_lock/2.cc.orig
567 +++ libstdc++-v3/testsuite/30_threads/mutex/try_lock/2.cc
568 @@ -1,5 +1,5 @@
569 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
570 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
571 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
572 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
573  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
574  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
575  // { dg-require-cstdint "" }
576 --- libstdc++-v3/testsuite/30_threads/mutex/unlock/1.cc.orig
577 +++ libstdc++-v3/testsuite/30_threads/mutex/unlock/1.cc
578 @@ -1,5 +1,5 @@
579 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
580 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
581 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
582 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
583  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
584  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
585  // { dg-require-cstdint "" }
586 --- libstdc++-v3/testsuite/30_threads/packaged_task/cons/1.cc.orig
587 +++ libstdc++-v3/testsuite/30_threads/packaged_task/cons/1.cc
588 @@ -1,5 +1,5 @@
589 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
590 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
591 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
592 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
593  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
594  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
595  // { dg-require-cstdint "" }
596 --- libstdc++-v3/testsuite/30_threads/packaged_task/cons/2.cc.orig
597 +++ libstdc++-v3/testsuite/30_threads/packaged_task/cons/2.cc
598 @@ -1,5 +1,5 @@
599 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
600 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
601 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
602 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
603  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
604  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
605  // { dg-require-cstdint "" }
606 --- libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc.cc.orig
607 +++ libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc.cc
608 @@ -1,5 +1,5 @@
609 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
610 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
611 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
612 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
613  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
614  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
615  // { dg-require-cstdint "" }
616 --- libstdc++-v3/testsuite/30_threads/packaged_task/cons/move.cc.orig
617 +++ libstdc++-v3/testsuite/30_threads/packaged_task/cons/move.cc
618 @@ -1,5 +1,5 @@
619 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
620 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
621 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
622 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
623  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
624  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
625  // { dg-require-cstdint "" }
626 --- libstdc++-v3/testsuite/30_threads/packaged_task/cons/move_assign.cc.orig
627 +++ libstdc++-v3/testsuite/30_threads/packaged_task/cons/move_assign.cc
628 @@ -1,5 +1,5 @@
629 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
630 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
631 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
632 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
633  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
634  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
635  // { dg-require-cstdint "" }
636 --- libstdc++-v3/testsuite/30_threads/packaged_task/members/get_future.cc.orig
637 +++ libstdc++-v3/testsuite/30_threads/packaged_task/members/get_future.cc
638 @@ -1,5 +1,5 @@
639 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
640 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
641 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
642 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
643  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
644  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
645  // { dg-require-cstdint "" }
646 --- libstdc++-v3/testsuite/30_threads/packaged_task/members/get_future2.cc.orig
647 +++ libstdc++-v3/testsuite/30_threads/packaged_task/members/get_future2.cc
648 @@ -1,5 +1,5 @@
649 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
650 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
651 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
652 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
653  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
654  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
655  // { dg-require-cstdint "" }
656 --- libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke.cc.orig
657 +++ libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke.cc
658 @@ -1,5 +1,5 @@
659 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
660 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
661 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
662 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
663  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
664  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
665  // { dg-require-cstdint "" }
666 --- libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke2.cc.orig
667 +++ libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke2.cc
668 @@ -1,5 +1,5 @@
669 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
670 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
671 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
672 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
673  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
674  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
675  // { dg-require-cstdint "" }
676 --- libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke3.cc.orig
677 +++ libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke3.cc
678 @@ -1,5 +1,5 @@
679 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
680 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
681 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
682 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
683  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
684  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
685  // { dg-require-cstdint "" }
686 --- libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke4.cc.orig
687 +++ libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke4.cc
688 @@ -1,5 +1,5 @@
689 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
690 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
691 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
692 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
693  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
694  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
695  // { dg-require-cstdint "" }
696 --- libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke5.cc.orig
697 +++ libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke5.cc
698 @@ -1,5 +1,5 @@
699 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
700 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
701 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
702 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
703  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
704  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
705  // { dg-require-cstdint "" }
706 --- libstdc++-v3/testsuite/30_threads/packaged_task/members/reset.cc.orig
707 +++ libstdc++-v3/testsuite/30_threads/packaged_task/members/reset.cc
708 @@ -1,5 +1,5 @@
709 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
710 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
711 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
712 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
713  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
714  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
715  // { dg-require-cstdint "" }
716 --- libstdc++-v3/testsuite/30_threads/packaged_task/members/reset2.cc.orig
717 +++ libstdc++-v3/testsuite/30_threads/packaged_task/members/reset2.cc
718 @@ -1,5 +1,5 @@
719 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
720 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
721 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
722 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
723  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
724  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
725  // { dg-require-cstdint "" }
726 --- libstdc++-v3/testsuite/30_threads/packaged_task/members/swap.cc.orig
727 +++ libstdc++-v3/testsuite/30_threads/packaged_task/members/swap.cc
728 @@ -1,5 +1,5 @@
729 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
730 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
731 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
732 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
733  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
734  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
735  // { dg-require-cstdint "" }
736 --- libstdc++-v3/testsuite/30_threads/packaged_task/members/valid.cc.orig
737 +++ libstdc++-v3/testsuite/30_threads/packaged_task/members/valid.cc
738 @@ -1,5 +1,5 @@
739 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
740 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
741 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
742 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
743  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
744  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
745  // { dg-require-cstdint "" }
746 --- libstdc++-v3/testsuite/30_threads/promise/cons/1.cc.orig
747 +++ libstdc++-v3/testsuite/30_threads/promise/cons/1.cc
748 @@ -1,5 +1,5 @@
749 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
750 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
751 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
752 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
753  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
754  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
755  // { dg-require-cstdint "" }
756 --- libstdc++-v3/testsuite/30_threads/promise/cons/alloc.cc.orig
757 +++ libstdc++-v3/testsuite/30_threads/promise/cons/alloc.cc
758 @@ -1,5 +1,5 @@
759 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
760 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
761 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
762 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
763  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
764  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
765  // { dg-require-cstdint "" }
766 --- libstdc++-v3/testsuite/30_threads/promise/cons/move.cc.orig
767 +++ libstdc++-v3/testsuite/30_threads/promise/cons/move.cc
768 @@ -1,5 +1,5 @@
769 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
770 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
771 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
772 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
773  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
774  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
775  // { dg-require-cstdint "" }
776 --- libstdc++-v3/testsuite/30_threads/promise/cons/move_assign.cc.orig
777 +++ libstdc++-v3/testsuite/30_threads/promise/cons/move_assign.cc
778 @@ -1,5 +1,5 @@
779 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
780 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
781 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
782 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
783  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
784  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
785  // { dg-require-cstdint "" }
786 --- libstdc++-v3/testsuite/30_threads/promise/members/get_future.cc.orig
787 +++ libstdc++-v3/testsuite/30_threads/promise/members/get_future.cc
788 @@ -1,5 +1,5 @@
789 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
790 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
791 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
792 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
793  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
794  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
795  // { dg-require-cstdint "" }
796 --- libstdc++-v3/testsuite/30_threads/promise/members/get_future2.cc.orig
797 +++ libstdc++-v3/testsuite/30_threads/promise/members/get_future2.cc
798 @@ -1,5 +1,5 @@
799 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
800 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
801 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
802 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
803  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
804  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
805  // { dg-require-cstdint "" }
806 --- libstdc++-v3/testsuite/30_threads/promise/members/set_exception.cc.orig
807 +++ libstdc++-v3/testsuite/30_threads/promise/members/set_exception.cc
808 @@ -1,5 +1,5 @@
809 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
810 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
811 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
812 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
813  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
814  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
815  // { dg-require-cstdint "" }
816 --- libstdc++-v3/testsuite/30_threads/promise/members/set_exception2.cc.orig
817 +++ libstdc++-v3/testsuite/30_threads/promise/members/set_exception2.cc
818 @@ -1,5 +1,5 @@
819 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
820 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
821 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
822 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
823  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
824  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
825  // { dg-require-cstdint "" }
826 --- libstdc++-v3/testsuite/30_threads/promise/members/set_value.cc.orig
827 +++ libstdc++-v3/testsuite/30_threads/promise/members/set_value.cc
828 @@ -1,5 +1,5 @@
829 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
830 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
831 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
832 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
833  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
834  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
835  // { dg-require-cstdint "" }
836 --- libstdc++-v3/testsuite/30_threads/promise/members/set_value2.cc.orig
837 +++ libstdc++-v3/testsuite/30_threads/promise/members/set_value2.cc
838 @@ -1,5 +1,5 @@
839 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
840 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
841 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
842 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
843  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
844  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
845  // { dg-require-cstdint "" }
846 --- libstdc++-v3/testsuite/30_threads/promise/members/set_value3.cc.orig
847 +++ libstdc++-v3/testsuite/30_threads/promise/members/set_value3.cc
848 @@ -1,5 +1,5 @@
849 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
850 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
851 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
852 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
853  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
854  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
855  // { dg-require-cstdint "" }
856 --- libstdc++-v3/testsuite/30_threads/promise/members/swap.cc.orig
857 +++ libstdc++-v3/testsuite/30_threads/promise/members/swap.cc
858 @@ -1,5 +1,5 @@
859 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
860 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
861 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
862 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
863  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
864  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
865  // { dg-require-cstdint "" }
866 --- libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/1.cc.orig
867 +++ libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/1.cc
868 @@ -1,5 +1,5 @@
869 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
870 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
871 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
872 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
873  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
874  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
875  // { dg-require-cstdint "" }
876 --- libstdc++-v3/testsuite/30_threads/recursive_mutex/dest/destructor_locked.cc.orig
877 +++ libstdc++-v3/testsuite/30_threads/recursive_mutex/dest/destructor_locked.cc
878 @@ -1,5 +1,5 @@
879 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
880 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
881 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
882 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
883  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
884  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
885  // { dg-require-cstdint "" }
886 --- libstdc++-v3/testsuite/30_threads/recursive_mutex/lock/1.cc.orig
887 +++ libstdc++-v3/testsuite/30_threads/recursive_mutex/lock/1.cc
888 @@ -1,5 +1,5 @@
889 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
890 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
891 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
892 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
893  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
894  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
895  // { dg-require-cstdint "" }
896 --- libstdc++-v3/testsuite/30_threads/recursive_mutex/native_handle/1.cc.orig
897 +++ libstdc++-v3/testsuite/30_threads/recursive_mutex/native_handle/1.cc
898 @@ -1,5 +1,5 @@
899 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
900 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
901 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
902 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
903  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
904  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
905  // { dg-require-cstdint "" }
906 --- libstdc++-v3/testsuite/30_threads/recursive_mutex/native_handle/typesizes.cc.orig
907 +++ libstdc++-v3/testsuite/30_threads/recursive_mutex/native_handle/typesizes.cc
908 @@ -1,5 +1,5 @@
909 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
910 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
911 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
912 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
913  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
914  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
915  // { dg-require-cstdint "" }
916 --- libstdc++-v3/testsuite/30_threads/recursive_mutex/try_lock/1.cc.orig
917 +++ libstdc++-v3/testsuite/30_threads/recursive_mutex/try_lock/1.cc
918 @@ -1,5 +1,5 @@
919 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
920 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
921 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
922 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
923  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
924  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
925  // { dg-require-cstdint "" }
926 --- libstdc++-v3/testsuite/30_threads/recursive_mutex/try_lock/2.cc.orig
927 +++ libstdc++-v3/testsuite/30_threads/recursive_mutex/try_lock/2.cc
928 @@ -1,5 +1,5 @@
929 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
930 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
931 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
932 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
933  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
934  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
935  // { dg-require-cstdint "" }
936 --- libstdc++-v3/testsuite/30_threads/recursive_mutex/unlock/1.cc.orig
937 +++ libstdc++-v3/testsuite/30_threads/recursive_mutex/unlock/1.cc
938 @@ -1,5 +1,5 @@
939 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
940 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
941 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
942 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
943  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
944  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
945  // { dg-require-cstdint "" }
946 --- libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/cons/1.cc.orig
947 +++ libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/cons/1.cc
948 @@ -1,5 +1,5 @@
949 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
950 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
951 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
952 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
953  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
954  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
955  // { dg-require-cstdint "" }
956 --- libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/dest/destructor_locked.cc.orig
957 +++ libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/dest/destructor_locked.cc
958 @@ -1,5 +1,5 @@
959 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
960 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
961 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
962 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
963  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
964  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
965  // { dg-require-cstdint "" }
966 --- libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/lock/1.cc.orig
967 +++ libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/lock/1.cc
968 @@ -1,5 +1,5 @@
969 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
970 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
971 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
972 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
973  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
974  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
975  // { dg-require-cstdint "" }
976 --- libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/lock/2.cc.orig
977 +++ libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/lock/2.cc
978 @@ -1,5 +1,5 @@
979 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
980 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
981 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
982 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
983  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
984  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
985  // { dg-require-cstdint "" }
986 --- libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/native_handle/1.cc.orig
987 +++ libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/native_handle/1.cc
988 @@ -1,5 +1,5 @@
989 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
990 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
991 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
992 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
993  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
994  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
995  // { dg-require-cstdint "" }
996 --- libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/native_handle/typesizes.cc.orig
997 +++ libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/native_handle/typesizes.cc
998 @@ -1,5 +1,5 @@
999 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1000 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1001 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1002 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1003  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1004  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1005  // { dg-require-cstdint "" }
1006 --- libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock/1.cc.orig
1007 +++ libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock/1.cc
1008 @@ -1,5 +1,5 @@
1009 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1010 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1011 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1012 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1013  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1014  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1015  // { dg-require-cstdint "" }
1016 --- libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock/2.cc.orig
1017 +++ libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock/2.cc
1018 @@ -1,5 +1,5 @@
1019 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1020 -// { dg-options "-std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1021 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1022 +// { dg-options "-std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1023  // { dg-options "-std=gnu++0x -pthreads" { target *-*-solaris* } }
1024  // { dg-options "-std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1025  // { dg-require-cstdint "" }
1026 --- libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/1.cc.orig
1027 +++ libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/1.cc
1028 @@ -1,5 +1,5 @@
1029 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1030 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1031 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1032 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1033  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1034  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1035  // { dg-require-cstdint "" }
1036 --- libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/2.cc.orig
1037 +++ libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/2.cc
1038 @@ -1,5 +1,5 @@
1039 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1040 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1041 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1042 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1043  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1044  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1045  // { dg-require-cstdint "" }
1046 --- libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/3.cc.orig
1047 +++ libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/3.cc
1048 @@ -1,5 +1,5 @@
1049 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1050 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1051 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1052 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1053  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1054  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1055  // { dg-require-cstdint "" }
1056 --- libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_until/1.cc.orig
1057 +++ libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_until/1.cc
1058 @@ -1,5 +1,5 @@
1059 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1060 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1061 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1062 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1063  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1064  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1065  // { dg-require-cstdint "" }
1066 --- libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_until/2.cc.orig
1067 +++ libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_until/2.cc
1068 @@ -1,5 +1,5 @@
1069 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1070 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1071 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1072 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1073  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1074  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1075  // { dg-require-cstdint "" }
1076 --- libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/unlock/1.cc.orig
1077 +++ libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/unlock/1.cc
1078 @@ -1,5 +1,5 @@
1079 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1080 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1081 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1082 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1083  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1084  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1085  // { dg-require-cstdint "" }
1086 --- libstdc++-v3/testsuite/30_threads/shared_future/cons/move.cc.orig
1087 +++ libstdc++-v3/testsuite/30_threads/shared_future/cons/move.cc
1088 @@ -1,5 +1,5 @@
1089 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1090 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1091 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1092 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1093  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1094  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1095  // { dg-require-cstdint "" }
1096 --- libstdc++-v3/testsuite/30_threads/shared_future/members/45133.cc.orig
1097 +++ libstdc++-v3/testsuite/30_threads/shared_future/members/45133.cc
1098 @@ -1,5 +1,5 @@
1099 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1100 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1101 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1102 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1103  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1104  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1105  // { dg-require-cstdint "" }
1106 --- libstdc++-v3/testsuite/30_threads/shared_future/members/get.cc.orig
1107 +++ libstdc++-v3/testsuite/30_threads/shared_future/members/get.cc
1108 @@ -1,5 +1,5 @@
1109 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1110 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1111 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1112 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1113  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1114  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1115  // { dg-require-cstdint "" }
1116 --- libstdc++-v3/testsuite/30_threads/shared_future/members/get2.cc.orig
1117 +++ libstdc++-v3/testsuite/30_threads/shared_future/members/get2.cc
1118 @@ -1,5 +1,5 @@
1119 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1120 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1121 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1122 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1123  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1124  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1125  // { dg-require-cstdint "" }
1126 --- libstdc++-v3/testsuite/30_threads/shared_future/members/valid.cc.orig
1127 +++ libstdc++-v3/testsuite/30_threads/shared_future/members/valid.cc
1128 @@ -1,5 +1,5 @@
1129 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1130 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1131 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1132 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1133  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1134  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1135  // { dg-require-cstdint "" }
1136 --- libstdc++-v3/testsuite/30_threads/shared_future/members/wait.cc.orig
1137 +++ libstdc++-v3/testsuite/30_threads/shared_future/members/wait.cc
1138 @@ -1,5 +1,5 @@
1139 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1140 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1141 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1142 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1143  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1144  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1145  // { dg-require-cstdint "" }
1146 --- libstdc++-v3/testsuite/30_threads/shared_future/members/wait_for.cc.orig
1147 +++ libstdc++-v3/testsuite/30_threads/shared_future/members/wait_for.cc
1148 @@ -1,5 +1,5 @@
1149 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1150 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1151 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1152 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1153  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1154  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1155  // { dg-require-cstdint "" }
1156 --- libstdc++-v3/testsuite/30_threads/shared_future/members/wait_until.cc.orig
1157 +++ libstdc++-v3/testsuite/30_threads/shared_future/members/wait_until.cc
1158 @@ -1,5 +1,5 @@
1159 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1160 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1161 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1162 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1163  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1164  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1165  // { dg-require-cstdint "" }
1166 --- libstdc++-v3/testsuite/30_threads/this_thread/1.cc.orig
1167 +++ libstdc++-v3/testsuite/30_threads/this_thread/1.cc
1168 @@ -1,5 +1,5 @@
1169 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1170 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1171 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1172 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1173  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1174  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1175  // { dg-require-cstdint "" }
1176 --- libstdc++-v3/testsuite/30_threads/this_thread/2.cc.orig
1177 +++ libstdc++-v3/testsuite/30_threads/this_thread/2.cc
1178 @@ -1,5 +1,5 @@
1179 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1180 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1181 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1182 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1183  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1184  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1185  // { dg-require-cstdint "" }
1186 --- libstdc++-v3/testsuite/30_threads/this_thread/3.cc.orig
1187 +++ libstdc++-v3/testsuite/30_threads/this_thread/3.cc
1188 @@ -1,5 +1,5 @@
1189 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1190 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1191 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1192 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1193  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1194  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1195  // { dg-require-cstdint "" }
1196 --- libstdc++-v3/testsuite/30_threads/this_thread/4.cc.orig
1197 +++ libstdc++-v3/testsuite/30_threads/this_thread/4.cc
1198 @@ -1,5 +1,5 @@
1199 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1200 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1201 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1202 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1203  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1204  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1205  // { dg-require-cstdint "" }
1206 --- libstdc++-v3/testsuite/30_threads/thread/cons/1.cc.orig
1207 +++ libstdc++-v3/testsuite/30_threads/thread/cons/1.cc
1208 @@ -1,5 +1,5 @@
1209 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1210 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1211 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1212 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1213  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1214  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1215  // { dg-require-cstdint "" }
1216 --- libstdc++-v3/testsuite/30_threads/thread/cons/2.cc.orig
1217 +++ libstdc++-v3/testsuite/30_threads/thread/cons/2.cc
1218 @@ -1,5 +1,5 @@
1219 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1220 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1221 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1222 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1223  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1224  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1225  // { dg-require-cstdint "" }
1226 --- libstdc++-v3/testsuite/30_threads/thread/cons/3.cc.orig
1227 +++ libstdc++-v3/testsuite/30_threads/thread/cons/3.cc
1228 @@ -1,5 +1,5 @@
1229 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1230 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1231 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1232 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1233  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1234  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1235  // { dg-require-cstdint "" }
1236 --- libstdc++-v3/testsuite/30_threads/thread/cons/4.cc.orig
1237 +++ libstdc++-v3/testsuite/30_threads/thread/cons/4.cc
1238 @@ -1,5 +1,5 @@
1239 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1240 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1241 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1242 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1243  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1244  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1245  // { dg-require-cstdint "" }
1246 --- libstdc++-v3/testsuite/30_threads/thread/cons/5.cc.orig
1247 +++ libstdc++-v3/testsuite/30_threads/thread/cons/5.cc
1248 @@ -1,5 +1,5 @@
1249 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1250 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1251 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1252 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1253  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1254  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1255  // { dg-require-cstdint "" }
1256 --- libstdc++-v3/testsuite/30_threads/thread/cons/6.cc.orig
1257 +++ libstdc++-v3/testsuite/30_threads/thread/cons/6.cc
1258 @@ -1,5 +1,5 @@
1259 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1260 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1261 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1262 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1263  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1264  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1265  // { dg-require-cstdint "" }
1266 --- libstdc++-v3/testsuite/30_threads/thread/cons/7.cc.orig
1267 +++ libstdc++-v3/testsuite/30_threads/thread/cons/7.cc
1268 @@ -1,5 +1,5 @@
1269 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1270 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1271 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1272 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1273  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1274  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1275  // { dg-require-cstdint "" }
1276 --- libstdc++-v3/testsuite/30_threads/thread/cons/8.cc.orig
1277 +++ libstdc++-v3/testsuite/30_threads/thread/cons/8.cc
1278 @@ -1,5 +1,5 @@
1279 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1280 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1281 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1282 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1283  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1284  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1285  // { dg-require-cstdint "" }
1286 --- libstdc++-v3/testsuite/30_threads/thread/cons/9.cc.orig
1287 +++ libstdc++-v3/testsuite/30_threads/thread/cons/9.cc
1288 @@ -1,5 +1,5 @@
1289 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1290 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1291 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1292 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1293  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1294  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1295  // { dg-require-cstdint "" }
1296 --- libstdc++-v3/testsuite/30_threads/thread/cons/moveable.cc.orig
1297 +++ libstdc++-v3/testsuite/30_threads/thread/cons/moveable.cc
1298 @@ -1,5 +1,5 @@
1299 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1300 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1301 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1302 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1303  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1304  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1305  // { dg-require-cstdint "" }
1306 --- libstdc++-v3/testsuite/30_threads/thread/members/1.cc.orig
1307 +++ libstdc++-v3/testsuite/30_threads/thread/members/1.cc
1308 @@ -1,5 +1,5 @@
1309 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1310 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1311 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1312 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1313  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1314  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1315  // { dg-require-cstdint "" }
1316 --- libstdc++-v3/testsuite/30_threads/thread/members/2.cc.orig
1317 +++ libstdc++-v3/testsuite/30_threads/thread/members/2.cc
1318 @@ -1,5 +1,5 @@
1319 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1320 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1321 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1322 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1323  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1324  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1325  // { dg-require-cstdint "" }
1326 --- libstdc++-v3/testsuite/30_threads/thread/members/3.cc.orig
1327 +++ libstdc++-v3/testsuite/30_threads/thread/members/3.cc
1328 @@ -1,5 +1,5 @@
1329 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1330 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1331 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1332 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1333  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1334  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1335  // { dg-require-cstdint "" }
1336 --- libstdc++-v3/testsuite/30_threads/thread/members/4.cc.orig
1337 +++ libstdc++-v3/testsuite/30_threads/thread/members/4.cc
1338 @@ -1,5 +1,5 @@
1339 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1340 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1341 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1342 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1343  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1344  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1345  // { dg-require-cstdint "" }
1346 --- libstdc++-v3/testsuite/30_threads/thread/members/5.cc.orig
1347 +++ libstdc++-v3/testsuite/30_threads/thread/members/5.cc
1348 @@ -1,5 +1,5 @@
1349 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1350 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1351 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1352 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1353  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1354  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1355  // { dg-require-cstdint "" }
1356 --- libstdc++-v3/testsuite/30_threads/thread/members/hardware_concurrency.cc.orig
1357 +++ libstdc++-v3/testsuite/30_threads/thread/members/hardware_concurrency.cc
1358 @@ -1,5 +1,5 @@
1359 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1360 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1361 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1362 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1363  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1364  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1365  // { dg-require-cstdint "" }
1366 --- libstdc++-v3/testsuite/30_threads/thread/swap/1.cc.orig
1367 +++ libstdc++-v3/testsuite/30_threads/thread/swap/1.cc
1368 @@ -1,5 +1,5 @@
1369 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1370 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1371 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1372 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1373  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1374  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1375  // { dg-require-cstdint "" }
1376 --- libstdc++-v3/testsuite/30_threads/timed_mutex/cons/1.cc.orig
1377 +++ libstdc++-v3/testsuite/30_threads/timed_mutex/cons/1.cc
1378 @@ -1,5 +1,5 @@
1379 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1380 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1381 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1382 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1383  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1384  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1385  // { dg-require-cstdint "" }
1386 --- libstdc++-v3/testsuite/30_threads/timed_mutex/dest/destructor_locked.cc.orig
1387 +++ libstdc++-v3/testsuite/30_threads/timed_mutex/dest/destructor_locked.cc
1388 @@ -1,5 +1,5 @@
1389 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1390 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1391 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1392 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1393  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1394  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1395  // { dg-require-cstdint "" }
1396 --- libstdc++-v3/testsuite/30_threads/timed_mutex/lock/1.cc.orig
1397 +++ libstdc++-v3/testsuite/30_threads/timed_mutex/lock/1.cc
1398 @@ -1,5 +1,5 @@
1399 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1400 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1401 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1402 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1403  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1404  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1405  // { dg-require-cstdint "" }
1406 --- libstdc++-v3/testsuite/30_threads/timed_mutex/native_handle/1.cc.orig
1407 +++ libstdc++-v3/testsuite/30_threads/timed_mutex/native_handle/1.cc
1408 @@ -1,5 +1,5 @@
1409 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1410 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1411 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1412 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1413  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1414  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1415  // { dg-require-cstdint "" }
1416 --- libstdc++-v3/testsuite/30_threads/timed_mutex/native_handle/typesizes.cc.orig
1417 +++ libstdc++-v3/testsuite/30_threads/timed_mutex/native_handle/typesizes.cc
1418 @@ -1,5 +1,5 @@
1419 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1420 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1421 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1422 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1423  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1424  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1425  // { dg-require-cstdint "" }
1426 --- libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock/1.cc.orig
1427 +++ libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock/1.cc
1428 @@ -1,5 +1,5 @@
1429 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1430 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1431 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1432 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1433  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1434  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1435  // { dg-require-cstdint "" }
1436 --- libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock/2.cc.orig
1437 +++ libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock/2.cc
1438 @@ -1,5 +1,5 @@
1439 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1440 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1441 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1442 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1443  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1444  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1445  // { dg-require-cstdint "" }
1446 --- libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/1.cc.orig
1447 +++ libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/1.cc
1448 @@ -1,5 +1,5 @@
1449 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1450 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1451 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1452 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1453  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1454  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1455  // { dg-require-cstdint "" }
1456 --- libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/2.cc.orig
1457 +++ libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/2.cc
1458 @@ -1,5 +1,5 @@
1459 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1460 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1461 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1462 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1463  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1464  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1465  // { dg-require-cstdint "" }
1466 --- libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/3.cc.orig
1467 +++ libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/3.cc
1468 @@ -1,5 +1,5 @@
1469 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1470 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1471 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1472 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1473  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1474  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1475  // { dg-require-cstdint "" }
1476 --- libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/1.cc.orig
1477 +++ libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/1.cc
1478 @@ -1,5 +1,5 @@
1479 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1480 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1481 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1482 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1483  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1484  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1485  // { dg-require-cstdint "" }
1486 --- libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/2.cc.orig
1487 +++ libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/2.cc
1488 @@ -1,5 +1,5 @@
1489 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1490 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1491 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1492 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1493  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1494  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1495  // { dg-require-cstdint "" }
1496 --- libstdc++-v3/testsuite/30_threads/timed_mutex/unlock/1.cc.orig
1497 +++ libstdc++-v3/testsuite/30_threads/timed_mutex/unlock/1.cc
1498 @@ -1,5 +1,5 @@
1499 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1500 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1501 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1502 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1503  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1504  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1505  // { dg-require-cstdint "" }
1506 --- libstdc++-v3/testsuite/30_threads/try_lock/1.cc.orig
1507 +++ libstdc++-v3/testsuite/30_threads/try_lock/1.cc
1508 @@ -1,5 +1,5 @@
1509 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1510 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1511 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1512 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1513  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1514  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1515  // { dg-require-cstdint "" }
1516 --- libstdc++-v3/testsuite/30_threads/try_lock/2.cc.orig
1517 +++ libstdc++-v3/testsuite/30_threads/try_lock/2.cc
1518 @@ -1,5 +1,5 @@
1519 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1520 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1521 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1522 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1523  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1524  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1525  // { dg-require-cstdint "" }
1526 --- libstdc++-v3/testsuite/30_threads/try_lock/3.cc.orig
1527 +++ libstdc++-v3/testsuite/30_threads/try_lock/3.cc
1528 @@ -1,5 +1,5 @@
1529 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1530 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1531 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1532 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1533  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1534  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1535  // { dg-require-cstdint "" }
1536 --- libstdc++-v3/testsuite/30_threads/try_lock/4.cc.orig
1537 +++ libstdc++-v3/testsuite/30_threads/try_lock/4.cc
1538 @@ -1,5 +1,5 @@
1539 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1540 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1541 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1542 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1543  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1544  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1545  // { dg-require-cstdint "" }
1546 --- libstdc++-v3/testsuite/30_threads/unique_lock/cons/1.cc.orig
1547 +++ libstdc++-v3/testsuite/30_threads/unique_lock/cons/1.cc
1548 @@ -1,5 +1,5 @@
1549 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1550 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1551 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1552 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1553  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1554  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1555  // { dg-require-cstdint "" }
1556 --- libstdc++-v3/testsuite/30_threads/unique_lock/cons/2.cc.orig
1557 +++ libstdc++-v3/testsuite/30_threads/unique_lock/cons/2.cc
1558 @@ -1,5 +1,5 @@
1559 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1560 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1561 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1562 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1563  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1564  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1565  // { dg-require-cstdint "" }
1566 --- libstdc++-v3/testsuite/30_threads/unique_lock/cons/3.cc.orig
1567 +++ libstdc++-v3/testsuite/30_threads/unique_lock/cons/3.cc
1568 @@ -1,5 +1,5 @@
1569 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1570 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1571 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1572 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1573  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1574  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1575  // { dg-require-cstdint "" }
1576 --- libstdc++-v3/testsuite/30_threads/unique_lock/cons/4.cc.orig
1577 +++ libstdc++-v3/testsuite/30_threads/unique_lock/cons/4.cc
1578 @@ -1,5 +1,5 @@
1579 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1580 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1581 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1582 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1583  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1584  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1585  // { dg-require-cstdint "" }
1586 --- libstdc++-v3/testsuite/30_threads/unique_lock/cons/5.cc.orig
1587 +++ libstdc++-v3/testsuite/30_threads/unique_lock/cons/5.cc
1588 @@ -1,5 +1,5 @@
1589 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1590 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1591 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1592 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1593  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1594  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1595  // { dg-require-cstdint "" }
1596 --- libstdc++-v3/testsuite/30_threads/unique_lock/cons/6.cc.orig
1597 +++ libstdc++-v3/testsuite/30_threads/unique_lock/cons/6.cc
1598 @@ -1,5 +1,5 @@
1599 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1600 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1601 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1602 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1603  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1604  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1605  // { dg-require-cstdint "" }
1606 --- libstdc++-v3/testsuite/30_threads/unique_lock/locking/1.cc.orig
1607 +++ libstdc++-v3/testsuite/30_threads/unique_lock/locking/1.cc
1608 @@ -1,5 +1,5 @@
1609 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1610 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1611 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1612 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1613  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1614  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1615  // { dg-require-cstdint "" }
1616 --- libstdc++-v3/testsuite/30_threads/unique_lock/locking/2.cc.orig
1617 +++ libstdc++-v3/testsuite/30_threads/unique_lock/locking/2.cc
1618 @@ -1,5 +1,5 @@
1619 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1620 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1621 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1622 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1623  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1624  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1625  // { dg-require-cstdint "" }
1626 --- libstdc++-v3/testsuite/30_threads/unique_lock/locking/3.cc.orig
1627 +++ libstdc++-v3/testsuite/30_threads/unique_lock/locking/3.cc
1628 @@ -1,5 +1,5 @@
1629 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1630 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1631 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1632 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1633  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1634  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1635  // { dg-require-cstdint "" }
1636 --- libstdc++-v3/testsuite/30_threads/unique_lock/locking/4.cc.orig
1637 +++ libstdc++-v3/testsuite/30_threads/unique_lock/locking/4.cc
1638 @@ -1,5 +1,5 @@
1639 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1640 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1641 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1642 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1643  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1644  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1645  // { dg-require-cstdint "" }
1646 --- libstdc++-v3/testsuite/30_threads/unique_lock/modifiers/1.cc.orig
1647 +++ libstdc++-v3/testsuite/30_threads/unique_lock/modifiers/1.cc
1648 @@ -1,5 +1,5 @@
1649 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1650 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1651 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1652 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1653  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1654  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1655  // { dg-require-cstdint "" }
1656 --- libstdc++-v3/testsuite/30_threads/unique_lock/modifiers/2.cc.orig
1657 +++ libstdc++-v3/testsuite/30_threads/unique_lock/modifiers/2.cc
1658 @@ -1,5 +1,5 @@
1659 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1660 -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1661 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1662 +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1663  // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
1664  // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
1665  // { dg-require-cstdint "" }
1666 --- libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc.orig
1667 +++ libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc
1668 @@ -18,8 +18,8 @@
1669  // with this library; see the file COPYING3.  If not see
1670  // <http://www.gnu.org/licenses/>.
1672 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1673 -// { dg-options "-pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1674 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1675 +// { dg-options "-pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1676  // { dg-options "-pthreads" { target *-*-solaris* } }
1678  #include <ext/rope>
1679 --- libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/thread/default_weaktoshared.cc.orig
1680 +++ libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/thread/default_weaktoshared.cc
1681 @@ -17,8 +17,8 @@
1683  // TR1 2.2.2 Template class shared_ptr [tr.util.smartptr.shared]
1685 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1686 -// { dg-options "-pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1687 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1688 +// { dg-options "-pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1689  // { dg-options "-pthreads" { target *-*-solaris* } }
1691  #include <tr1/memory>
1692 --- libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/thread/mutex_weaktoshared.cc.orig
1693 +++ libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/thread/mutex_weaktoshared.cc
1694 @@ -17,8 +17,8 @@
1696  // TR1 2.2.2 Template class shared_ptr [tr.util.smartptr.shared]
1698 -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1699 -// { dg-options "-pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1700 +// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
1701 +// { dg-options "-pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
1702  // { dg-options "-pthreads" { target *-*-solaris* } }
1704  #include <tr1/memory>
1705 --- libstdc++-v3/testsuite/lib/libstdc++.exp.orig
1706 +++ libstdc++-v3/testsuite/lib/libstdc++.exp
1707 @@ -865,17 +865,18 @@
1708        set f [open $src "w"]
1709        puts $f "#include <locale>"
1710        puts $f "#include <cstdio>"
1711 -      puts $f "using namespace std;"   
1712 +      puts $f "using namespace std;"
1713        puts $f "int main (int argc, char** argv)"
1714        puts $f "{"
1715 +      puts $f "  const char* mlx = *(argv + 1);"
1716        puts $f "  try"  
1717        puts $f "  {"
1718 -      puts $f "    locale(*(argv + 1));"
1719 +      puts $f "    locale((char*)(mlx));"
1720        puts $f "    return 0;"
1721        puts $f "  }"
1722        puts $f "  catch(...)"
1723        puts $f "  {"
1724 -      puts $f "    printf(\"locale '%s' not supported\\n\", *(argv + 1));"
1725 +      puts $f "    printf(\"locale '%s' not supported\\n\", mlx);"
1726        puts $f "    return 1;"
1727        puts $f "  }"    
1728        puts $f "}"
1729 --- libstdc++-v3/testsuite/23_containers/deque/debug/assign4_neg.cc.orig
1730 +++ libstdc++-v3/testsuite/23_containers/deque/debug/assign4_neg.cc
1731 @@ -15,6 +15,7 @@
1732  // with this library; see the file COPYING3.  If not see
1733  // <http://www.gnu.org/licenses/>.
1734  //
1735 +// { dg-require-debug-mode "" }
1736  // { dg-do run { xfail *-*-* } }
1738  #include <debug/deque>
1739 --- libstdc++-v3/testsuite/23_containers/deque/debug/construct4_neg.cc.orig
1740 +++ libstdc++-v3/testsuite/23_containers/deque/debug/construct4_neg.cc
1741 @@ -15,6 +15,7 @@
1742  // with this library; see the file COPYING3.  If not see
1743  // <http://www.gnu.org/licenses/>.
1744  //
1745 +// { dg-require-debug-mode "" }
1746  // { dg-do run { xfail *-*-* } }
1748  #include <debug/deque>
1749 --- libstdc++-v3/testsuite/23_containers/deque/debug/insert4_neg.cc.orig
1750 +++ libstdc++-v3/testsuite/23_containers/deque/debug/insert4_neg.cc
1751 @@ -15,6 +15,7 @@
1752  // with this library; see the file COPYING3.  If not see
1753  // <http://www.gnu.org/licenses/>.
1754  //
1755 +// { dg-require-debug-mode "" }
1756  // { dg-do run { xfail *-*-* } }
1758  #include <debug/deque>
1759 --- libstdc++-v3/testsuite/23_containers/list/debug/assign4_neg.cc.orig
1760 +++ libstdc++-v3/testsuite/23_containers/list/debug/assign4_neg.cc
1761 @@ -15,6 +15,7 @@
1762  // with this library; see the file COPYING3.  If not see
1763  // <http://www.gnu.org/licenses/>.
1764  //
1765 +// { dg-require-debug-mode "" }
1766  // { dg-do run { xfail *-*-* } }
1768  #include <debug/list>
1769 --- libstdc++-v3/testsuite/23_containers/list/debug/construct4_neg.cc.orig
1770 +++ libstdc++-v3/testsuite/23_containers/list/debug/construct4_neg.cc
1771 @@ -15,6 +15,7 @@
1772  // with this library; see the file COPYING3.  If not see
1773  // <http://www.gnu.org/licenses/>.
1774  //
1775 +// { dg-require-debug-mode "" }
1776  // { dg-do run { xfail *-*-* } }
1778  #include <debug/list>
1779 --- libstdc++-v3/testsuite/23_containers/list/debug/insert4_neg.cc.orig
1780 +++ libstdc++-v3/testsuite/23_containers/list/debug/insert4_neg.cc
1781 @@ -15,6 +15,7 @@
1782  // with this library; see the file COPYING3.  If not see
1783  // <http://www.gnu.org/licenses/>.
1784  //
1785 +// { dg-require-debug-mode "" }
1786  // { dg-do run { xfail *-*-* } }
1788  #include <debug/list>
1789 --- libstdc++-v3/testsuite/23_containers/map/debug/construct4_neg.cc.orig
1790 +++ libstdc++-v3/testsuite/23_containers/map/debug/construct4_neg.cc
1791 @@ -15,6 +15,7 @@
1792  // with this library; see the file COPYING3.  If not see
1793  // <http://www.gnu.org/licenses/>.
1794  //
1795 +// { dg-require-debug-mode "" }
1796  // { dg-do run { xfail *-*-* } }
1798  #include <debug/map>
1799 --- libstdc++-v3/testsuite/23_containers/map/debug/insert4_neg.cc.orig
1800 +++ libstdc++-v3/testsuite/23_containers/map/debug/insert4_neg.cc
1801 @@ -15,6 +15,7 @@
1802  // with this library; see the file COPYING3.  If not see
1803  // <http://www.gnu.org/licenses/>.
1804  //
1805 +// { dg-require-debug-mode "" }
1806  // { dg-do run { xfail *-*-* } }
1808  #include <debug/map>
1809 --- libstdc++-v3/testsuite/23_containers/multimap/debug/construct4_neg.cc.orig
1810 +++ libstdc++-v3/testsuite/23_containers/multimap/debug/construct4_neg.cc
1811 @@ -15,6 +15,7 @@
1812  // with this library; see the file COPYING3.  If not see
1813  // <http://www.gnu.org/licenses/>.
1814  //
1815 +// { dg-require-debug-mode "" }
1816  // { dg-do run { xfail *-*-* } }
1818  #include <debug/map>
1819 --- libstdc++-v3/testsuite/23_containers/multimap/debug/insert4_neg.cc.orig
1820 +++ libstdc++-v3/testsuite/23_containers/multimap/debug/insert4_neg.cc
1821 @@ -15,6 +15,7 @@
1822  // with this library; see the file COPYING3.  If not see
1823  // <http://www.gnu.org/licenses/>.
1824  //
1825 +// { dg-require-debug-mode "" }
1826  // { dg-do run { xfail *-*-* } }
1828  #include <debug/map>
1829 --- libstdc++-v3/testsuite/23_containers/multiset/debug/construct4_neg.cc.orig
1830 +++ libstdc++-v3/testsuite/23_containers/multiset/debug/construct4_neg.cc
1831 @@ -15,6 +15,7 @@
1832  // with this library; see the file COPYING3.  If not see
1833  // <http://www.gnu.org/licenses/>.
1834  //
1835 +// { dg-require-debug-mode "" }
1836  // { dg-do run { xfail *-*-* } }
1838  #include <debug/set>
1839 --- libstdc++-v3/testsuite/23_containers/multiset/debug/insert4_neg.cc.orig
1840 +++ libstdc++-v3/testsuite/23_containers/multiset/debug/insert4_neg.cc
1841 @@ -15,6 +15,7 @@
1842  // with this library; see the file COPYING3.  If not see
1843  // <http://www.gnu.org/licenses/>.
1844  //
1845 +// { dg-require-debug-mode "" }
1846  // { dg-do run { xfail *-*-* } }
1848  #include <debug/set>
1849 --- libstdc++-v3/testsuite/23_containers/set/debug/construct4_neg.cc.orig
1850 +++ libstdc++-v3/testsuite/23_containers/set/debug/construct4_neg.cc
1851 @@ -15,6 +15,7 @@
1852  // with this library; see the file COPYING3.  If not see
1853  // <http://www.gnu.org/licenses/>.
1854  //
1855 +// { dg-require-debug-mode "" }
1856  // { dg-do run { xfail *-*-* } }
1858  #include <debug/set>
1859 --- libstdc++-v3/testsuite/23_containers/set/debug/insert4_neg.cc.orig
1860 +++ libstdc++-v3/testsuite/23_containers/set/debug/insert4_neg.cc
1861 @@ -15,6 +15,7 @@
1862  // with this library; see the file COPYING3.  If not see
1863  // <http://www.gnu.org/licenses/>.
1864  //
1865 +// { dg-require-debug-mode "" }
1866  // { dg-do run { xfail *-*-* } }
1868  #include <debug/set>
1869 --- libstdc++-v3/testsuite/23_containers/unordered_map/debug/construct4_neg.cc.orig
1870 +++ libstdc++-v3/testsuite/23_containers/unordered_map/debug/construct4_neg.cc
1871 @@ -15,6 +15,7 @@
1872  // with this library; see the file COPYING3.  If not see
1873  // <http://www.gnu.org/licenses/>.
1874  //
1875 +// { dg-require-debug-mode "" }
1876  // { dg-options "-std=gnu++0x" }
1877  // { dg-do run { xfail *-*-* } }
1879 --- libstdc++-v3/testsuite/23_containers/unordered_map/debug/insert4_neg.cc.orig
1880 +++ libstdc++-v3/testsuite/23_containers/unordered_map/debug/insert4_neg.cc
1881 @@ -15,6 +15,7 @@
1882  // with this library; see the file COPYING3.  If not see
1883  // <http://www.gnu.org/licenses/>.
1884  //
1885 +// { dg-require-debug-mode "" }
1886  // { dg-options "-std=gnu++0x" }
1887  // { dg-do run { xfail *-*-* } }
1889 --- libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/construct4_neg.cc.orig
1890 +++ libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/construct4_neg.cc
1891 @@ -15,6 +15,7 @@
1892  // with this library; see the file COPYING3.  If not see
1893  // <http://www.gnu.org/licenses/>.
1894  //
1895 +// { dg-require-debug-mode "" }
1896  // { dg-options "-std=gnu++0x" }
1897  // { dg-do run { xfail *-*-* } }
1899 --- libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/insert4_neg.cc.orig
1900 +++ libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/insert4_neg.cc
1901 @@ -15,6 +15,7 @@
1902  // with this library; see the file COPYING3.  If not see
1903  // <http://www.gnu.org/licenses/>.
1904  //
1905 +// { dg-require-debug-mode "" }
1906  // { dg-options "-std=gnu++0x" }
1907  // { dg-do run { xfail *-*-* } }
1909 --- libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/construct4_neg.cc.orig
1910 +++ libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/construct4_neg.cc
1911 @@ -15,6 +15,7 @@
1912  // with this library; see the file COPYING3.  If not see
1913  // <http://www.gnu.org/licenses/>.
1914  //
1915 +// { dg-require-debug-mode "" }
1916  // { dg-options "-std=gnu++0x" }
1917  // { dg-do run { xfail *-*-* } }
1919 --- libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/insert4_neg.cc.orig
1920 +++ libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/insert4_neg.cc
1921 @@ -15,6 +15,7 @@
1922  // with this library; see the file COPYING3.  If not see
1923  // <http://www.gnu.org/licenses/>.
1924  //
1925 +// { dg-require-debug-mode "" }
1926  // { dg-options "-std=gnu++0x" }
1927  // { dg-do run { xfail *-*-* } }
1929 --- libstdc++-v3/testsuite/23_containers/unordered_set/debug/construct4_neg.cc.orig
1930 +++ libstdc++-v3/testsuite/23_containers/unordered_set/debug/construct4_neg.cc
1931 @@ -15,6 +15,7 @@
1932  // with this library; see the file COPYING3.  If not see
1933  // <http://www.gnu.org/licenses/>.
1934  //
1935 +// { dg-require-debug-mode "" }
1936  // { dg-options "-std=gnu++0x" }
1937  // { dg-do run { xfail *-*-* } }
1939 --- libstdc++-v3/testsuite/23_containers/unordered_set/debug/insert4_neg.cc.orig
1940 +++ libstdc++-v3/testsuite/23_containers/unordered_set/debug/insert4_neg.cc
1941 @@ -15,6 +15,7 @@
1942  // with this library; see the file COPYING3.  If not see
1943  // <http://www.gnu.org/licenses/>.
1944  //
1945 +// { dg-require-debug-mode "" }
1946  // { dg-options "-std=gnu++0x" }
1947  // { dg-do run { xfail *-*-* } }
1949 --- libstdc++-v3/testsuite/23_containers/vector/debug/assign4_neg.cc.orig
1950 +++ libstdc++-v3/testsuite/23_containers/vector/debug/assign4_neg.cc
1951 @@ -15,6 +15,7 @@
1952  // with this library; see the file COPYING3.  If not see
1953  // <http://www.gnu.org/licenses/>.
1954  //
1955 +// { dg-require-debug-mode "" }
1956  // { dg-do run { xfail *-*-* } }
1958  #include <debug/vector>
1959 --- libstdc++-v3/testsuite/23_containers/vector/debug/construct4_neg.cc.orig
1960 +++ libstdc++-v3/testsuite/23_containers/vector/debug/construct4_neg.cc
1961 @@ -15,6 +15,7 @@
1962  // with this library; see the file COPYING3.  If not see
1963  // <http://www.gnu.org/licenses/>.
1964  //
1965 +// { dg-require-debug-mode "" }
1966  // { dg-do run { xfail *-*-* } }
1968  #include <debug/vector>
1969 --- libstdc++-v3/testsuite/23_containers/vector/debug/insert4_neg.cc.orig
1970 +++ libstdc++-v3/testsuite/23_containers/vector/debug/insert4_neg.cc
1971 @@ -15,6 +15,7 @@
1972  // with this library; see the file COPYING3.  If not see
1973  // <http://www.gnu.org/licenses/>.
1974  //
1975 +// { dg-require-debug-mode "" }
1976  // { dg-do run { xfail *-*-* } }
1978  #include <debug/vector>
1979 --- libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc.orig
1980 +++ libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc
1981 @@ -1,4 +1,4 @@
1982 -// { dg-require-namedlocale "en_US.ISO-8859-1" }
1983 +// { dg-require-namedlocale "en_US.ISO8859-1" }
1985  // 2003-02-06  Petur Runolfsson  <peturr02@ru.is>
1987 @@ -27,14 +27,14 @@
1988  // Required instantiation
1989  // codecvt<wchar_t, char, mbstate_t>
1990  //
1991 -// Baseline test in ISO-8859-1 locale
1992 +// Baseline test in ISO8859-1 locale
1993  void test02()
1995    using namespace std;
1996    bool test __attribute__((unused)) = true;
1997    typedef codecvt<wchar_t, char, mbstate_t>    w_codecvt;
1999 -  locale loc = locale("en_US.ISO-8859-1");
2000 +  locale loc = locale("en_US.ISO8859-1");
2001    locale::global(loc);
2002    const w_codecvt*     cvt = &use_facet<w_codecvt>(loc); 
2004 --- libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc.orig
2005 +++ libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc
2006 @@ -1,4 +1,4 @@
2007 -// { dg-require-namedlocale "en_US.ISO-8859-15" }
2008 +// { dg-require-namedlocale "en_US.ISO8859-15" }
2010  // 2003-02-06  Petur Runolfsson  <peturr02@ru.is>
2012 @@ -27,14 +27,14 @@
2013  // Required instantiation
2014  // codecvt<wchar_t, char, mbstate_t>
2015  //
2016 -// Baseline test in ISO-8859-15 locale
2017 +// Baseline test in ISO8859-15 locale
2018  void test03()
2020    using namespace std;
2021    bool test __attribute__((unused)) = true;
2022    typedef codecvt<wchar_t, char, mbstate_t>    w_codecvt;
2024 -  locale loc = locale("en_US.ISO-8859-15");
2025 +  locale loc = locale("en_US.ISO8859-15");
2026    locale::global(loc);
2027    const w_codecvt*     cvt = &use_facet<w_codecvt>(loc); 
2029 --- libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/2.cc.orig
2030 +++ libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/2.cc
2031 @@ -1,4 +1,4 @@
2032 -// { dg-require-namedlocale "en_US.ISO-8859-1" }
2033 +// { dg-require-namedlocale "en_US.ISO8859-1" }
2035  // 2003-02-06  Petur Runolfsson  <peturr02@ru.is>
2037 @@ -27,19 +27,19 @@
2038  // Required instantiation
2039  // codecvt<wchar_t, char, mbstate_t>
2040  //
2041 -// Test do_encoding with ISO-8859-1 locale.
2042 +// Test do_encoding with ISO8859-1 locale.
2043  void test02()
2045    using namespace std;
2046    typedef codecvt<wchar_t, char, mbstate_t>    w_codecvt;
2047    bool test __attribute__((unused)) = true;
2049 -  locale loc = locale("en_US.ISO-8859-1");
2050 +  locale loc = locale("en_US.ISO8859-1");
2051    locale::global(loc);
2052    const w_codecvt*     cvt = &use_facet<w_codecvt>(loc); 
2054    int i = cvt->encoding();
2055 -  VERIFY( i == 1 ); // ISO-8859-1 is a single-byte encoding
2056 +  VERIFY( i == 1 ); // ISO8859-1 is a single-byte encoding
2059  int main ()
2060 --- libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/3.cc.orig
2061 +++ libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/3.cc
2062 @@ -1,4 +1,4 @@
2063 -// { dg-require-namedlocale "en_US.ISO-8859-15" }
2064 +// { dg-require-namedlocale "en_US.ISO8859-15" }
2066  // 2003-02-06  Petur Runolfsson  <peturr02@ru.is>
2068 @@ -27,19 +27,19 @@
2069  // Required instantiation
2070  // codecvt<wchar_t, char, mbstate_t>
2071  //
2072 -// Test do_encoding with ISO-8859-15 locale.
2073 +// Test do_encoding with ISO8859-15 locale.
2074  void test03()
2076    using namespace std;
2077    typedef codecvt<wchar_t, char, mbstate_t>    w_codecvt;
2078    bool test __attribute__((unused)) = true;
2080 -  locale loc = locale("en_US.ISO-8859-15");
2081 +  locale loc = locale("en_US.ISO8859-15");
2082    locale::global(loc);
2083    const w_codecvt*     cvt = &use_facet<w_codecvt>(loc); 
2085    int i = cvt->encoding();
2086 -  VERIFY( i == 1 ); // ISO-8859-15 is a single-byte encoding
2087 +  VERIFY( i == 1 ); // ISO8859-15 is a single-byte encoding
2090  int main ()
2091 --- libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/2.cc.orig
2092 +++ libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/2.cc
2093 @@ -1,4 +1,4 @@
2094 -// { dg-require-namedlocale "en_US.ISO-8859-1" }
2095 +// { dg-require-namedlocale "en_US.ISO8859-1" }
2097  // 2003-02-06  Petur Runolfsson  <peturr02@ru.is>
2099 @@ -41,7 +41,7 @@
2100  // Required instantiation
2101  // codecvt<wchar_t, char, mbstate_t>
2102  //
2103 -// Baseline test for ISO-8859-1. Converts entire charset.
2104 +// Baseline test for ISO8859-1. Converts entire charset.
2105  void test02()
2107    using namespace std;
2108 @@ -90,7 +90,7 @@
2109    wmemset(i_ref, 0xdeadbeef, size + 1);
2110    int_type*            ito_next;
2112 -  locale loc = locale("en_US.ISO-8859-1");
2113 +  locale loc = locale("en_US.ISO8859-1");
2114    locale::global(loc);
2115    const w_codecvt*     cvt = &use_facet<w_codecvt>(loc); 
2117 --- libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/3.cc.orig
2118 +++ libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/3.cc
2119 @@ -1,4 +1,4 @@
2120 -// { dg-require-namedlocale "en_US.ISO-8859-15" }
2121 +// { dg-require-namedlocale "en_US.ISO8859-15" }
2123  // 2003-02-06  Petur Runolfsson  <peturr02@ru.is>
2125 @@ -41,7 +41,7 @@
2126  // Required instantiation
2127  // codecvt<wchar_t, char, mbstate_t>
2128  //
2129 -// Baseline test for ISO-8859-15. Converts entire charset.
2130 +// Baseline test for ISO8859-15. Converts entire charset.
2131  void test03()
2133    using namespace std;
2134 @@ -104,7 +104,7 @@
2135    wmemset(i_ref, 0xdeadbeef, size + 1);
2136    int_type*            ito_next;
2138 -  locale loc = locale("en_US.ISO-8859-15");
2139 +  locale loc = locale("en_US.ISO8859-15");
2140    locale::global(loc);
2141    const w_codecvt*     cvt = &use_facet<w_codecvt>(loc); 
2143 --- libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/2.cc.orig
2144 +++ libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/2.cc
2145 @@ -1,4 +1,4 @@
2146 -// { dg-require-namedlocale "en_US.ISO-8859-1" }
2147 +// { dg-require-namedlocale "en_US.ISO8859-1" }
2149  // 2003-02-06  Petur Runolfsson  <peturr02@ru.is>
2151 @@ -63,7 +63,7 @@
2152      "\xff";
2153    int                  size = strlen(e_lit);
2155 -  locale  loc = locale("en_US.ISO-8859-1");
2156 +  locale  loc = locale("en_US.ISO8859-1");
2157    locale::global(loc);
2158    const w_codecvt*     cvt = &use_facet<w_codecvt>(loc); 
2160 --- libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/3.cc.orig
2161 +++ libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/3.cc
2162 @@ -1,4 +1,4 @@
2163 -// { dg-require-namedlocale "en_US.ISO-8859-15" }
2164 +// { dg-require-namedlocale "en_US.ISO8859-15" }
2166  // 2003-02-06  Petur Runolfsson  <peturr02@ru.is>
2168 @@ -63,7 +63,7 @@
2169      "\xff";
2170    int                  size = strlen(e_lit);
2172 -  locale loc = locale("en_US.ISO-8859-15");
2173 +  locale loc = locale("en_US.ISO8859-15");
2174    locale::global(loc);
2175    const w_codecvt*     cvt = &use_facet<w_codecvt>(loc); 
2177 --- libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/2.cc.orig
2178 +++ libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/2.cc
2179 @@ -1,4 +1,4 @@
2180 -// { dg-require-namedlocale "en_US.ISO-8859-1" }
2181 +// { dg-require-namedlocale "en_US.ISO8859-1" }
2183  // 2003-02-06  Petur Runolfsson  <peturr02@ru.is>
2185 @@ -32,12 +32,12 @@
2186    bool test __attribute__((unused)) = true;
2187    typedef codecvt<wchar_t, char, mbstate_t>    w_codecvt;
2189 -  locale  loc = locale("en_US.ISO-8859-1");
2190 +  locale  loc = locale("en_US.ISO8859-1");
2191    locale::global(loc);
2192    const w_codecvt*     cvt = &use_facet<w_codecvt>(loc); 
2194    int k = cvt->max_length();
2195 -  VERIFY( k == 1 ); // ISO-8859-1 is a single-byte encoding
2196 +  VERIFY( k == 1 ); // ISO8859-1 is a single-byte encoding
2199  int main ()
2200 --- libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/3.cc.orig
2201 +++ libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/3.cc
2202 @@ -1,4 +1,4 @@
2203 -// { dg-require-namedlocale "en_US.ISO-8859-15" }
2204 +// { dg-require-namedlocale "en_US.ISO8859-15" }
2206  // 2003-02-06  Petur Runolfsson  <peturr02@ru.is>
2208 @@ -32,12 +32,12 @@
2209    bool test __attribute__((unused)) = true;
2210    typedef codecvt<wchar_t, char, mbstate_t>    w_codecvt;
2212 -  locale loc = locale("en_US.ISO-8859-15");
2213 +  locale loc = locale("en_US.ISO8859-15");
2214    locale::global(loc);
2215    const w_codecvt*     cvt = &use_facet<w_codecvt>(loc); 
2217    int k = cvt->max_length();
2218 -  VERIFY( k == 1 ); // ISO-8859-15 is a single-byte encoding
2219 +  VERIFY( k == 1 ); // ISO8859-15 is a single-byte encoding
2222  int main ()
2223 --- libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/2.cc.orig
2224 +++ libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/2.cc
2225 @@ -1,4 +1,4 @@
2226 -// { dg-require-namedlocale "en_US.ISO-8859-1" }
2227 +// { dg-require-namedlocale "en_US.ISO8859-1" }
2229  // 2003-02-06  Petur Runolfsson  <peturr02@ru.is>
2231 @@ -88,7 +88,7 @@
2232    memset(e_ref, 0xf0, size + 1);
2233    ext_type*            eto_next;
2235 -  locale  loc = locale("en_US.ISO-8859-1");
2236 +  locale  loc = locale("en_US.ISO8859-1");
2237    locale::global(loc);
2238    const w_codecvt*     cvt = &use_facet<w_codecvt>(loc); 
2240 --- libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/3.cc.orig
2241 +++ libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/3.cc
2242 @@ -1,4 +1,4 @@
2243 -// { dg-require-namedlocale "en_US.ISO-8859-15" }
2244 +// { dg-require-namedlocale "en_US.ISO8859-15" }
2246  // 2003-02-06  Petur Runolfsson  <peturr02@ru.is>
2248 @@ -102,7 +102,7 @@
2249    memset(e_ref, 0xf0, size + 1);
2250    ext_type*            eto_next;
2252 -  locale loc = locale("en_US.ISO-8859-15");
2253 +  locale loc = locale("en_US.ISO8859-15");
2254    locale::global(loc);
2255    const w_codecvt*     cvt = &use_facet<w_codecvt>(loc); 
2257 --- libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/7.cc.orig
2258 +++ libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/7.cc
2259 @@ -1,4 +1,4 @@
2260 -// { dg-require-namedlocale "en_US.ISO-8859-1" }
2261 +// { dg-require-namedlocale "en_US.ISO8859-1" }
2263  // 2003-02-06  Petur Runolfsson  <peturr02@ru.is>
2265 @@ -60,7 +60,7 @@
2266    memset(e_ref, 0xf0, size + 1);
2267    ext_type*            eto_next;
2269 -  locale loc = locale("en_US.ISO-8859-1");
2270 +  locale loc = locale("en_US.ISO8859-1");
2271    locale::global(loc);
2272    const w_codecvt*     cvt = &use_facet<w_codecvt>(loc); 
2274 --- libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/2.cc.orig
2275 +++ libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/2.cc
2276 @@ -1,4 +1,4 @@
2277 -// { dg-require-namedlocale "en_US.ISO-8859-1" }
2278 +// { dg-require-namedlocale "en_US.ISO8859-1" }
2280  // 2003-02-06  Petur Runolfsson  <peturr02@ru.is>
2282 @@ -73,7 +73,7 @@
2283    memset(e_ref, 0xf0, size + 1);
2284    ext_type*            eto_next;
2286 -  locale loc = locale("en_US.ISO-8859-1");
2287 +  locale loc = locale("en_US.ISO8859-1");
2288    locale::global(loc);
2289    const w_codecvt*     cvt = &use_facet<w_codecvt>(loc); 
2291 --- libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/3.cc.orig
2292 +++ libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/3.cc
2293 @@ -1,4 +1,4 @@
2294 -// { dg-require-namedlocale "en_US.ISO-8859-15" }
2295 +// { dg-require-namedlocale "en_US.ISO8859-15" }
2297  // 2003-02-06  Petur Runolfsson  <peturr02@ru.is>
2299 @@ -87,7 +87,7 @@
2300    memset(e_ref, 0xf0, size + 1);
2301    ext_type*            eto_next;
2303 -  locale loc = locale("en_US.ISO-8859-15");
2304 +  locale loc = locale("en_US.ISO8859-15");
2305    locale::global(loc);
2306    const w_codecvt*     cvt = &use_facet<w_codecvt>(loc); 
2308 --- libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/2.cc.orig
2309 +++ libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/2.cc
2310 @@ -1,4 +1,4 @@
2311 -// { dg-require-namedlocale "en_US.ISO-8859-1" }
2312 +// { dg-require-namedlocale "en_US.ISO8859-1" }
2314  // 2003-03-12  Petur Runolfsson  <peturr02@ru.is>
2316 @@ -31,7 +31,7 @@
2317    using namespace std;
2318    bool test __attribute__((unused)) = true;
2320 -  locale loc = locale("en_US.ISO-8859-1");
2321 +  locale loc = locale("en_US.ISO8859-1");
2322    const ctype<wchar_t>& wct = use_facet<ctype<wchar_t> >(loc);
2324    char c = 0xff;
2325 --- libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/9520.cc.orig
2326 +++ libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/9520.cc
2327 @@ -1,4 +1,4 @@
2328 -// { dg-require-namedlocale "de_DE.ISO-8859-15@euro" }
2329 +// { dg-require-namedlocale "de_DE.ISO8859-15@euro" }
2331  // 2003-05-03  Petur Runolfsson <peturr02@ru.is>
2333 @@ -36,7 +36,7 @@
2334      putc(static_cast<unsigned char>(i), file);
2335    fclose(file);
2337 -  locale loc (locale("de_DE.ISO-8859-15@euro"));
2338 +  locale loc (locale("de_DE.ISO8859-15@euro"));
2339    wchar_t buf[1];
2340    wfilebuf fb;
2341    fb.pubimbue(loc);
2342 --- libstdc++-v3/testsuite/27_io/objects/wchar_t/9520.cc.orig
2343 +++ libstdc++-v3/testsuite/27_io/objects/wchar_t/9520.cc
2344 @@ -1,4 +1,4 @@
2345 -// { dg-require-namedlocale "de_DE.ISO-8859-15@euro" }
2346 +// { dg-require-namedlocale "de_DE.ISO8859-15@euro" }
2348  // 2003-04-30  Petur Runolfsson <peturr02@ru.is>
2350 @@ -35,7 +35,7 @@
2351      putc(static_cast<unsigned char>(i), file);
2352    fclose(file);
2354 -  locale loc (locale("de_DE.ISO-8859-15@euro"));
2355 +  locale loc (locale("de_DE.ISO8859-15@euro"));
2356    locale::global(loc); // Set locale for stdin
2358    VERIFY( freopen(name, "r", stdin) );
2359 --- libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/char/wrapped_locale.cc.orig
2360 +++ libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/char/wrapped_locale.cc
2361 @@ -1,4 +1,4 @@
2362 -// { dg-require-namedlocale "ja_JP.eucjp" }
2363 +// { dg-require-namedlocale "ja_JP.eucJP" }
2365  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2367 @@ -32,6 +32,6 @@
2368    using namespace __gnu_test;
2369    func_callback two;
2370    two.push_back(&test01);
2371 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2372 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2373    return 0;
2375 --- libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/wrapped_locale.cc.orig
2376 +++ libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/wrapped_locale.cc
2377 @@ -1,4 +1,4 @@
2378 -// { dg-require-namedlocale "ja_JP.eucjp" }
2379 +// { dg-require-namedlocale "ja_JP.eucJP" }
2381  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2383 @@ -32,6 +32,6 @@
2384    using namespace __gnu_test;
2385    func_callback two;
2386    two.push_back(&test01);
2387 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2388 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2389    return 0;
2391 --- libstdc++-v3/testsuite/22_locale/codecvt/encoding/char/wrapped_locale.cc.orig
2392 +++ libstdc++-v3/testsuite/22_locale/codecvt/encoding/char/wrapped_locale.cc
2393 @@ -1,4 +1,4 @@
2394 -// { dg-require-namedlocale "ja_JP.eucjp" }
2395 +// { dg-require-namedlocale "ja_JP.eucJP" }
2397  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2399 @@ -32,6 +32,6 @@
2400    using namespace __gnu_test;
2401    func_callback two;
2402    two.push_back(&test01);
2403 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2404 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2405    return 0;
2407 --- libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc.orig
2408 +++ libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc
2409 @@ -1,4 +1,4 @@
2410 -// { dg-require-namedlocale "ja_JP.eucjp" }
2411 +// { dg-require-namedlocale "ja_JP.eucJP" }
2413  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2415 @@ -32,6 +32,6 @@
2416    using namespace __gnu_test;
2417    func_callback two;
2418    two.push_back(&test01);
2419 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2420 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2421    return 0;
2423 --- libstdc++-v3/testsuite/22_locale/codecvt/in/char/wrapped_locale.cc.orig
2424 +++ libstdc++-v3/testsuite/22_locale/codecvt/in/char/wrapped_locale.cc
2425 @@ -1,4 +1,4 @@
2426 -// { dg-require-namedlocale "ja_JP.eucjp" }
2427 +// { dg-require-namedlocale "ja_JP.eucJP" }
2429  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2431 @@ -32,6 +32,6 @@
2432    using namespace __gnu_test;
2433    func_callback two;
2434    two.push_back(&test01);
2435 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2436 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2437    return 0;
2439 --- libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/wrapped_locale.cc.orig
2440 +++ libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/wrapped_locale.cc
2441 @@ -1,4 +1,4 @@
2442 -// { dg-require-namedlocale "ja_JP.eucjp" }
2443 +// { dg-require-namedlocale "ja_JP.eucJP" }
2445  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2447 @@ -32,6 +32,6 @@
2448    using namespace __gnu_test;
2449    func_callback two;
2450    two.push_back(&test01);
2451 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2452 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2453    return 0;
2455 --- libstdc++-v3/testsuite/22_locale/codecvt/length/char/wrapped_locale.cc.orig
2456 +++ libstdc++-v3/testsuite/22_locale/codecvt/length/char/wrapped_locale.cc
2457 @@ -1,4 +1,4 @@
2458 -// { dg-require-namedlocale "ja_JP.eucjp" }
2459 +// { dg-require-namedlocale "ja_JP.eucJP" }
2461  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2463 @@ -32,6 +32,6 @@
2464    using namespace __gnu_test;
2465    func_callback two;
2466    two.push_back(&test01);
2467 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2468 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2469    return 0;
2471 --- libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/wrapped_locale.cc.orig
2472 +++ libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/wrapped_locale.cc
2473 @@ -1,4 +1,4 @@
2474 -// { dg-require-namedlocale "ja_JP.eucjp" }
2475 +// { dg-require-namedlocale "ja_JP.eucJP" }
2477  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2479 @@ -32,6 +32,6 @@
2480    using namespace __gnu_test;
2481    func_callback two;
2482    two.push_back(&test01);
2483 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2484 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2485    return 0;
2487 --- libstdc++-v3/testsuite/22_locale/codecvt/max_length/char/wrapped_locale.cc.orig
2488 +++ libstdc++-v3/testsuite/22_locale/codecvt/max_length/char/wrapped_locale.cc
2489 @@ -1,4 +1,4 @@
2490 -// { dg-require-namedlocale "ja_JP.eucjp" }
2491 +// { dg-require-namedlocale "ja_JP.eucJP" }
2493  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2495 @@ -32,6 +32,6 @@
2496    using namespace __gnu_test;
2497    func_callback two;
2498    two.push_back(&test01);
2499 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2500 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2501    return 0;
2503 --- libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc.orig
2504 +++ libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc
2505 @@ -1,4 +1,4 @@
2506 -// { dg-require-namedlocale "ja_JP.eucjp" }
2507 +// { dg-require-namedlocale "ja_JP.eucJP" }
2509  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2511 @@ -32,6 +32,6 @@
2512    using namespace __gnu_test;
2513    func_callback two;
2514    two.push_back(&test01);
2515 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2516 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2517    return 0;
2519 --- libstdc++-v3/testsuite/22_locale/codecvt/out/char/wrapped_locale.cc.orig
2520 +++ libstdc++-v3/testsuite/22_locale/codecvt/out/char/wrapped_locale.cc
2521 @@ -1,4 +1,4 @@
2522 -// { dg-require-namedlocale "ja_JP.eucjp" }
2523 +// { dg-require-namedlocale "ja_JP.eucJP" }
2525  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2527 @@ -32,6 +32,6 @@
2528    using namespace __gnu_test;
2529    func_callback two;
2530    two.push_back(&test01);
2531 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2532 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2533    return 0;
2535 --- libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/wrapped_locale.cc.orig
2536 +++ libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/wrapped_locale.cc
2537 @@ -1,4 +1,4 @@
2538 -// { dg-require-namedlocale "ja_JP.eucjp" }
2539 +// { dg-require-namedlocale "ja_JP.eucJP" }
2541  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2543 @@ -32,6 +32,6 @@
2544    using namespace __gnu_test;
2545    func_callback two;
2546    two.push_back(&test01);
2547 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2548 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2549    return 0;
2551 --- libstdc++-v3/testsuite/22_locale/codecvt/unshift/char/wrapped_locale.cc.orig
2552 +++ libstdc++-v3/testsuite/22_locale/codecvt/unshift/char/wrapped_locale.cc
2553 @@ -1,4 +1,4 @@
2554 -// { dg-require-namedlocale "ja_JP.eucjp" }
2555 +// { dg-require-namedlocale "ja_JP.eucJP" }
2557  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2559 @@ -32,6 +32,6 @@
2560    using namespace __gnu_test;
2561    func_callback two;
2562    two.push_back(&test01);
2563 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2564 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2565    return 0;
2567 --- libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/wrapped_locale.cc.orig
2568 +++ libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/wrapped_locale.cc
2569 @@ -1,4 +1,4 @@
2570 -// { dg-require-namedlocale "ja_JP.eucjp" }
2571 +// { dg-require-namedlocale "ja_JP.eucJP" }
2573  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2575 @@ -32,6 +32,6 @@
2576    using namespace __gnu_test;
2577    func_callback two;
2578    two.push_back(&test01);
2579 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2580 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2581    return 0;
2583 --- libstdc++-v3/testsuite/22_locale/collate/compare/char/wrapped_locale.cc.orig
2584 +++ libstdc++-v3/testsuite/22_locale/collate/compare/char/wrapped_locale.cc
2585 @@ -1,4 +1,4 @@
2586 -// { dg-require-namedlocale "ja_JP.eucjp" }
2587 +// { dg-require-namedlocale "ja_JP.eucJP" }
2588  // { dg-require-namedlocale "fr_FR" }
2589  // { dg-require-namedlocale "en_US" }
2590  // { dg-require-namedlocale "de_DE" }
2591 @@ -40,6 +40,6 @@
2592    func_callback two;
2593    two.push_back(&test01);
2594    two.push_back(&test02);
2595 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2596 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2597    return 0;
2599 --- libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t/wrapped_locale.cc.orig
2600 +++ libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t/wrapped_locale.cc
2601 @@ -2,7 +2,7 @@
2602  // { dg-xfail-if "" { "*-*-hpux11.23" } { "*" } { "" } } */
2603  // { dg-options "-finput-charset=ISO8859-1" }
2604  // { dg-require-iconv "ISO8859-1" }
2605 -// { dg-require-namedlocale "ja_JP.eucjp" }
2606 +// { dg-require-namedlocale "ja_JP.eucJP" }
2607  // { dg-require-namedlocale "en_US" }
2608  // { dg-require-namedlocale "fr_FR" }
2609  // { dg-require-namedlocale "de_DE" }
2610 @@ -44,6 +44,6 @@
2611    func_callback two;
2612    two.push_back(&test01);
2613    two.push_back(&test02);
2614 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2615 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2616    return 0;
2618 --- libstdc++-v3/testsuite/22_locale/collate/hash/char/wrapped_locale.cc.orig
2619 +++ libstdc++-v3/testsuite/22_locale/collate/hash/char/wrapped_locale.cc
2620 @@ -1,7 +1,7 @@
2621  // { dg-require-namedlocale "en_US" }
2622  // { dg-require-namedlocale "fr_FR" }
2623  // { dg-require-namedlocale "de_DE" }
2624 -// { dg-require-namedlocale "ja_JP.eucjp" }
2625 +// { dg-require-namedlocale "ja_JP.eucJP" }
2627  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2629 @@ -40,6 +40,6 @@
2630    func_callback two;
2631    two.push_back(&test01);
2632    two.push_back(&test02);
2633 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2634 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2635    return 0;
2637 --- libstdc++-v3/testsuite/22_locale/collate/hash/wchar_t/wrapped_locale.cc.orig
2638 +++ libstdc++-v3/testsuite/22_locale/collate/hash/wchar_t/wrapped_locale.cc
2639 @@ -2,7 +2,7 @@
2640  // { dg-xfail-if "" { "*-*-hpux11.23" } { "*" } { "" } } */
2641  // { dg-options "-finput-charset=ISO8859-1" }
2642  // { dg-require-iconv "ISO8859-1" }
2643 -// { dg-require-namedlocale "ja_JP.eucjp" }
2644 +// { dg-require-namedlocale "ja_JP.eucJP" }
2645  // { dg-require-namedlocale "en_US" }
2646  // { dg-require-namedlocale "fr_FR" }
2647  // { dg-require-namedlocale "de_DE" }
2648 @@ -44,6 +44,6 @@
2649    func_callback two;
2650    two.push_back(&test01);
2651    two.push_back(&test02);
2652 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2653 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2654    return 0;
2656 --- libstdc++-v3/testsuite/22_locale/collate/transform/char/wrapped_locale.cc.orig
2657 +++ libstdc++-v3/testsuite/22_locale/collate/transform/char/wrapped_locale.cc
2658 @@ -1,4 +1,4 @@
2659 -// { dg-require-namedlocale "ja_JP.eucjp" }
2660 +// { dg-require-namedlocale "ja_JP.eucJP" }
2661  // { dg-require-namedlocale "en_US" }
2662  // { dg-require-namedlocale "fr_FR" }
2663  // { dg-require-namedlocale "de_DE" }
2664 @@ -35,6 +35,6 @@
2665    using namespace __gnu_test;
2666    func_callback two;
2667    two.push_back(&test02);
2668 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2669 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2670    return 0;
2672 --- libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/wrapped_locale.cc.orig
2673 +++ libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/wrapped_locale.cc
2674 @@ -2,7 +2,7 @@
2675  // { dg-xfail-if "" { "*-*-hpux11.23" } { "*" } { "" } } */
2676  // { dg-options "-finput-charset=ISO8859-1" }
2677  // { dg-require-iconv "ISO8859-1" }
2678 -// { dg-require-namedlocale "ja_JP.eucjp" }
2679 +// { dg-require-namedlocale "ja_JP.eucJP" }
2680  // { dg-require-namedlocale "en_US" }
2681  // { dg-require-namedlocale "fr_FR" }
2682  // { dg-require-namedlocale "de_DE" }
2683 @@ -39,6 +39,6 @@
2684    using namespace __gnu_test;
2685    func_callback two;
2686    two.push_back(&test02);
2687 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2688 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2689    return 0;
2691 --- libstdc++-v3/testsuite/22_locale/ctype/cons/char/wrapped_locale.cc.orig
2692 +++ libstdc++-v3/testsuite/22_locale/ctype/cons/char/wrapped_locale.cc
2693 @@ -1,4 +1,4 @@
2694 -// { dg-require-namedlocale "ja_JP.eucjp" }
2695 +// { dg-require-namedlocale "ja_JP.eucJP" }
2697  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2699 @@ -32,6 +32,6 @@
2700    using namespace __gnu_test;
2701    func_callback two;
2702    two.push_back(&test01);
2703 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2704 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2705    return 0;
2707 --- libstdc++-v3/testsuite/22_locale/ctype/is/char/wrapped_locale.cc.orig
2708 +++ libstdc++-v3/testsuite/22_locale/ctype/is/char/wrapped_locale.cc
2709 @@ -1,5 +1,5 @@
2710  // { dg-require-namedlocale "de_DE" }
2711 -// { dg-require-namedlocale "ja_JP.eucjp" }
2712 +// { dg-require-namedlocale "ja_JP.eucJP" }
2714  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2716 @@ -43,6 +43,6 @@
2717    two.push_back(&test01);
2718    two.push_back(&test02);
2719    two.push_back(&test03);
2720 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2721 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2722    return 0;
2724 --- libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/wrapped_locale.cc.orig
2725 +++ libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/wrapped_locale.cc
2726 @@ -1,5 +1,5 @@
2727  // { dg-require-namedlocale "de_DE" }
2728 -// { dg-require-namedlocale "ja_JP.eucjp" }
2729 +// { dg-require-namedlocale "ja_JP.eucJP" }
2731  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2733 @@ -38,6 +38,6 @@
2734    func_callback two;
2735    two.push_back(&test01);
2736    two.push_back(&test02);
2737 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2738 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2739    return 0;
2741 --- libstdc++-v3/testsuite/22_locale/ctype/narrow/char/wrapped_locale.cc.orig
2742 +++ libstdc++-v3/testsuite/22_locale/ctype/narrow/char/wrapped_locale.cc
2743 @@ -1,4 +1,4 @@
2744 -// { dg-require-namedlocale "ja_JP.eucjp" }
2745 +// { dg-require-namedlocale "ja_JP.eucJP" }
2747  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2749 @@ -37,6 +37,6 @@
2750    func_callback two;
2751    two.push_back(&test01);
2752    two.push_back(&test02);
2753 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2754 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2755    return 0;
2757 --- libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/wrapped_locale.cc.orig
2758 +++ libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/wrapped_locale.cc
2759 @@ -1,4 +1,4 @@
2760 -// { dg-require-namedlocale "ja_JP.eucjp" }
2761 +// { dg-require-namedlocale "ja_JP.eucJP" }
2763  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2765 @@ -37,6 +37,6 @@
2766    func_callback two;
2767    two.push_back(&test01);
2768    two.push_back(&test02);
2769 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2770 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2771    return 0;
2773 --- libstdc++-v3/testsuite/22_locale/ctype/scan/char/wrapped_locale.cc.orig
2774 +++ libstdc++-v3/testsuite/22_locale/ctype/scan/char/wrapped_locale.cc
2775 @@ -1,4 +1,4 @@
2776 -// { dg-require-namedlocale "ja_JP.eucjp" }
2777 +// { dg-require-namedlocale "ja_JP.eucJP" }
2779  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2781 @@ -32,6 +32,6 @@
2782    using namespace __gnu_test;
2783    func_callback two;
2784    two.push_back(&test01);
2785 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2786 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2787    return 0;
2789 --- libstdc++-v3/testsuite/22_locale/ctype/scan/wchar_t/wrapped_locale.cc.orig
2790 +++ libstdc++-v3/testsuite/22_locale/ctype/scan/wchar_t/wrapped_locale.cc
2791 @@ -1,4 +1,4 @@
2792 -// { dg-require-namedlocale "ja_JP.eucjp" }
2793 +// { dg-require-namedlocale "ja_JP.eucJP" }
2795  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2797 @@ -32,6 +32,6 @@
2798    using namespace __gnu_test;
2799    func_callback two;
2800    two.push_back(&test01);
2801 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2802 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2803    return 0;
2805 --- libstdc++-v3/testsuite/22_locale/ctype/to/char/wrapped_locale.cc.orig
2806 +++ libstdc++-v3/testsuite/22_locale/ctype/to/char/wrapped_locale.cc
2807 @@ -1,4 +1,4 @@
2808 -// { dg-require-namedlocale "ja_JP.eucjp" }
2809 +// { dg-require-namedlocale "ja_JP.eucJP" }
2811  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2813 @@ -32,6 +32,6 @@
2814    using namespace __gnu_test;
2815    func_callback two;
2816    two.push_back(&test01);
2817 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2818 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2819    return 0;
2821 --- libstdc++-v3/testsuite/22_locale/ctype/to/wchar_t/wrapped_locale.cc.orig
2822 +++ libstdc++-v3/testsuite/22_locale/ctype/to/wchar_t/wrapped_locale.cc
2823 @@ -1,4 +1,4 @@
2824 -// { dg-require-namedlocale "ja_JP.eucjp" }
2825 +// { dg-require-namedlocale "ja_JP.eucJP" }
2827  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2829 @@ -32,6 +32,6 @@
2830    using namespace __gnu_test;
2831    func_callback two;
2832    two.push_back(&test01);
2833 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2834 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2835    return 0;
2837 --- libstdc++-v3/testsuite/22_locale/ctype/widen/char/wrapped_locale.cc.orig
2838 +++ libstdc++-v3/testsuite/22_locale/ctype/widen/char/wrapped_locale.cc
2839 @@ -1,4 +1,4 @@
2840 -// { dg-require-namedlocale "ja_JP.eucjp" }
2841 +// { dg-require-namedlocale "ja_JP.eucJP" }
2843  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2845 @@ -32,6 +32,6 @@
2846    using namespace __gnu_test;
2847    func_callback two;
2848    two.push_back(&test01);
2849 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2850 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2851    return 0;
2853 --- libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/wrapped_locale.cc.orig
2854 +++ libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/wrapped_locale.cc
2855 @@ -1,4 +1,4 @@
2856 -// { dg-require-namedlocale "ja_JP.eucjp" }
2857 +// { dg-require-namedlocale "ja_JP.eucJP" }
2859  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2861 @@ -32,6 +32,6 @@
2862    using namespace __gnu_test;
2863    func_callback two;
2864    two.push_back(&test01);
2865 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2866 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2867    return 0;
2869 --- libstdc++-v3/testsuite/22_locale/locale/cons/40184.cc.orig
2870 +++ libstdc++-v3/testsuite/22_locale/locale/cons/40184.cc
2871 @@ -1,4 +1,4 @@
2872 -// { dg-require-namedlocale "ja_JP.eucjp" }
2873 +// { dg-require-namedlocale "ja_JP.eucJP" }
2875  // Copyright (C) 2009 Free Software Foundation
2876  //
2877 @@ -29,7 +29,7 @@
2878    using namespace std;
2879    bool test __attribute__((unused)) = true;
2881 -  locale locf(locale("C"), "ja_JP.eucjp", locale::monetary);
2882 +  locale locf(locale("C"), "ja_JP.eucJP", locale::monetary);
2884    const moneypunct<wchar_t, false>& mpf = 
2885      use_facet<moneypunct<wchar_t, false> >(locf);
2886 @@ -40,7 +40,7 @@
2888    VERIFY( mpf.curr_symbol() == mpf_copy.curr_symbol() );
2890 -  locale loct(locale("C"), "ja_JP.eucjp", locale::monetary);
2891 +  locale loct(locale("C"), "ja_JP.eucJP", locale::monetary);
2893    const moneypunct<wchar_t, true>& mpt = 
2894      use_facet<moneypunct<wchar_t, true> >(loct);
2895 --- libstdc++-v3/testsuite/22_locale/messages/members/char/wrapped_locale.cc.orig
2896 +++ libstdc++-v3/testsuite/22_locale/messages/members/char/wrapped_locale.cc
2897 @@ -1,4 +1,4 @@
2898 -// { dg-require-namedlocale "ja_JP.eucjp" }
2899 +// { dg-require-namedlocale "ja_JP.eucJP" }
2900  // { dg-require-namedlocale "de_DE" }
2901  // { dg-require-namedlocale "fr_FR" }
2902  // { dg-require-namedlocale "en_US" }
2903 @@ -45,6 +45,6 @@
2904    two.push_back(&test01);
2905    two.push_back(&test02);
2906    two.push_back(&test03);
2907 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2908 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2909    return 0;
2911 --- libstdc++-v3/testsuite/22_locale/money_get/get/char/wrapped_locale.cc.orig
2912 +++ libstdc++-v3/testsuite/22_locale/money_get/get/char/wrapped_locale.cc
2913 @@ -1,4 +1,4 @@
2914 -// { dg-require-namedlocale "ja_JP.eucjp" }
2915 +// { dg-require-namedlocale "ja_JP.eucJP" }
2916  // { dg-require-namedlocale "de_DE@euro" }
2917  // { dg-require-namedlocale "en_HK" }
2919 @@ -69,6 +69,6 @@
2920    two.push_back(&test06);
2921    two.push_back(&test07);
2922    two.push_back(&test08);
2923 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2924 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2925    return 0;
2927 --- libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/wrapped_locale.cc.orig
2928 +++ libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/wrapped_locale.cc
2929 @@ -1,4 +1,4 @@
2930 -// { dg-require-namedlocale "ja_JP.eucjp" }
2931 +// { dg-require-namedlocale "ja_JP.eucJP" }
2932  // { dg-require-namedlocale "de_DE@euro" }
2933  // { dg-require-namedlocale "en_HK" }
2935 @@ -69,6 +69,6 @@
2936    two.push_back(&test06);
2937    two.push_back(&test07);
2938    two.push_back(&test08);
2939 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2940 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2941    return 0;
2943 --- libstdc++-v3/testsuite/22_locale/money_put/put/char/wrapped_locale.cc.orig
2944 +++ libstdc++-v3/testsuite/22_locale/money_put/put/char/wrapped_locale.cc
2945 @@ -1,4 +1,4 @@
2946 -// { dg-require-namedlocale "ja_JP.eucjp" }
2947 +// { dg-require-namedlocale "ja_JP.eucJP" }
2948  // { dg-require-namedlocale "de_DE@euro" }
2949  // { dg-require-namedlocale "en_HK" }
2951 @@ -59,6 +59,6 @@
2952    two.push_back(&test04);
2953    two.push_back(&test05);
2954    two.push_back(&test06);
2955 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2956 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2957    return 0;
2959 --- libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/wrapped_locale.cc.orig
2960 +++ libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/wrapped_locale.cc
2961 @@ -1,4 +1,4 @@
2962 -// { dg-require-namedlocale "ja_JP.eucjp" }
2963 +// { dg-require-namedlocale "ja_JP.eucJP" }
2964  // { dg-require-namedlocale "de_DE@euro" }
2965  // { dg-require-namedlocale "en_HK" }
2967 @@ -59,6 +59,6 @@
2968    two.push_back(&test04);
2969    two.push_back(&test05);
2970    two.push_back(&test06);
2971 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2972 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2973    return 0;
2975 --- libstdc++-v3/testsuite/22_locale/moneypunct/members/char/wrapped_locale.cc.orig
2976 +++ libstdc++-v3/testsuite/22_locale/moneypunct/members/char/wrapped_locale.cc
2977 @@ -1,4 +1,4 @@
2978 -// { dg-require-namedlocale "ja_JP.eucjp" }
2979 +// { dg-require-namedlocale "ja_JP.eucJP" }
2980  // { dg-require-namedlocale "de_DE" }
2982  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
2983 @@ -38,6 +38,6 @@
2984    func_callback two;
2985    two.push_back(&test01);
2986    two.push_back(&test02);
2987 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
2988 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
2989    return 0;
2991 --- libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/wrapped_locale.cc.orig
2992 +++ libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/wrapped_locale.cc
2993 @@ -1,5 +1,5 @@
2994  // { dg-require-namedlocale "de_DE" }
2995 -// { dg-require-namedlocale "ja_JP.eucjp" }
2996 +// { dg-require-namedlocale "ja_JP.eucJP" }
2998  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3000 @@ -38,6 +38,6 @@
3001    func_callback two;
3002    two.push_back(&test01);
3003    two.push_back(&test02);
3004 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
3005 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
3006    return 0;
3008 --- libstdc++-v3/testsuite/22_locale/num_get/get/char/wrapped_locale.cc.orig
3009 +++ libstdc++-v3/testsuite/22_locale/num_get/get/char/wrapped_locale.cc
3010 @@ -1,4 +1,4 @@
3011 -// { dg-require-namedlocale "ja_JP.eucjp" }
3012 +// { dg-require-namedlocale "ja_JP.eucJP" }
3013  // { dg-require-namedlocale "de_DE" }
3014  // { dg-require-namedlocale "en_HK" }
3016 @@ -59,6 +59,6 @@
3017    two.push_back(&test04);
3018    two.push_back(&test05);
3019    two.push_back(&test06);
3020 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
3021 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
3022    return 0;
3024 --- libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/wrapped_locale.cc.orig
3025 +++ libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/wrapped_locale.cc
3026 @@ -1,4 +1,4 @@
3027 -// { dg-require-namedlocale "ja_JP.eucjp" }
3028 +// { dg-require-namedlocale "ja_JP.eucJP" }
3029  // { dg-require-namedlocale "de_DE" }
3030  // { dg-require-namedlocale "en_HK" }
3032 @@ -59,6 +59,6 @@
3033    two.push_back(&test04);
3034    two.push_back(&test05);
3035    two.push_back(&test06);
3036 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
3037 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
3038    return 0;
3040 --- libstdc++-v3/testsuite/22_locale/num_put/put/char/wrapped_locale.cc.orig
3041 +++ libstdc++-v3/testsuite/22_locale/num_put/put/char/wrapped_locale.cc
3042 @@ -1,4 +1,4 @@
3043 -// { dg-require-namedlocale "ja_JP.eucjp" }
3044 +// { dg-require-namedlocale "ja_JP.eucJP" }
3045  // { dg-require-namedlocale "de_DE" }
3046  // { dg-require-namedlocale "en_HK" }
3047  // { dg-require-namedlocale "es_ES" }
3048 @@ -55,6 +55,6 @@
3049    two.push_back(&test03);
3050    two.push_back(&test04);
3051    two.push_back(&test05);
3052 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
3053 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
3054    return 0;
3056 --- libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/wrapped_locale.cc.orig
3057 +++ libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/wrapped_locale.cc
3058 @@ -1,4 +1,4 @@
3059 -// { dg-require-namedlocale "ja_JP.eucjp" }
3060 +// { dg-require-namedlocale "ja_JP.eucJP" }
3061  // { dg-require-namedlocale "de_DE" }
3062  // { dg-require-namedlocale "en_HK" }
3064 @@ -54,6 +54,6 @@
3065    two.push_back(&test03);
3066    two.push_back(&test04);
3067    two.push_back(&test05);
3068 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
3069 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
3070    return 0;
3072 --- libstdc++-v3/testsuite/22_locale/numpunct/members/char/wrapped_locale.cc.orig
3073 +++ libstdc++-v3/testsuite/22_locale/numpunct/members/char/wrapped_locale.cc
3074 @@ -1,4 +1,4 @@
3075 -// { dg-require-namedlocale "ja_JP.eucjp" }
3076 +// { dg-require-namedlocale "ja_JP.eucJP" }
3077  // { dg-require-namedlocale "de_DE" }
3078  // { dg-require-namedlocale "en_US" }
3079  // { dg-require-namedlocale "is_IS" }
3080 @@ -40,6 +40,6 @@
3081    func_callback two;
3082    two.push_back(&test01);
3083    two.push_back(&test02);
3084 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
3085 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
3086    return 0;
3088 --- libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/wrapped_locale.cc.orig
3089 +++ libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/wrapped_locale.cc
3090 @@ -1,4 +1,4 @@
3091 -// { dg-require-namedlocale "ja_JP.eucjp" }
3092 +// { dg-require-namedlocale "ja_JP.eucJP" }
3093  // { dg-require-namedlocale "de_DE" }
3094  // { dg-require-namedlocale "en_US" }
3095  // { dg-require-namedlocale "is_IS" }
3096 @@ -40,6 +40,6 @@
3097    func_callback two;
3098    two.push_back(&test01);
3099    two.push_back(&test02);
3100 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
3101 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
3102    return 0;
3104 --- libstdc++-v3/testsuite/22_locale/time_get/date_order/char/wrapped_locale.cc.orig
3105 +++ libstdc++-v3/testsuite/22_locale/time_get/date_order/char/wrapped_locale.cc
3106 @@ -1,4 +1,4 @@
3107 -// { dg-require-namedlocale "ja_JP.eucjp" }
3108 +// { dg-require-namedlocale "ja_JP.eucJP" }
3110  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3112 @@ -32,6 +32,6 @@
3113    using namespace __gnu_test;
3114    func_callback two;
3115    two.push_back(&test01);
3116 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
3117 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
3118    return 0;
3120 --- libstdc++-v3/testsuite/22_locale/time_get/date_order/wchar_t/wrapped_locale.cc.orig
3121 +++ libstdc++-v3/testsuite/22_locale/time_get/date_order/wchar_t/wrapped_locale.cc
3122 @@ -1,4 +1,4 @@
3123 -// { dg-require-namedlocale "ja_JP.eucjp" }
3124 +// { dg-require-namedlocale "ja_JP.eucJP" }
3126  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3128 @@ -32,6 +32,6 @@
3129    using namespace __gnu_test;
3130    func_callback two;
3131    two.push_back(&test01);
3132 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
3133 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
3134    return 0;
3136 --- libstdc++-v3/testsuite/22_locale/time_get/get_date/char/wrapped_locale.cc.orig
3137 +++ libstdc++-v3/testsuite/22_locale/time_get/get_date/char/wrapped_locale.cc
3138 @@ -1,4 +1,4 @@
3139 -// { dg-require-namedlocale "ja_JP.eucjp" }
3140 +// { dg-require-namedlocale "ja_JP.eucJP" }
3141  // { dg-require-namedlocale "de_DE" }
3142  // { dg-require-namedlocale "en_HK" }
3144 @@ -44,6 +44,6 @@
3145    two.push_back(&test01);
3146    two.push_back(&test02);
3147    two.push_back(&test03);
3148 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
3149 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
3150    return 0;
3152 --- libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/wrapped_locale.cc.orig
3153 +++ libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/wrapped_locale.cc
3154 @@ -1,4 +1,4 @@
3155 -// { dg-require-namedlocale "ja_JP.eucjp" }
3156 +// { dg-require-namedlocale "ja_JP.eucJP" }
3157  // { dg-require-namedlocale "de_DE" }
3158  // { dg-require-namedlocale "en_HK" }
3160 @@ -44,6 +44,6 @@
3161    two.push_back(&test01);
3162    two.push_back(&test02);
3163    two.push_back(&test03);
3164 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
3165 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
3166    return 0;
3168 --- libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/wrapped_locale.cc.orig
3169 +++ libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/wrapped_locale.cc
3170 @@ -1,4 +1,4 @@
3171 -// { dg-require-namedlocale "ja_JP.eucjp" }
3172 +// { dg-require-namedlocale "ja_JP.eucJP" }
3173  // { dg-require-namedlocale "de_DE" }
3174  // { dg-require-namedlocale "en_HK" }
3176 @@ -44,6 +44,6 @@
3177    two.push_back(&test01);
3178    two.push_back(&test02);
3179    two.push_back(&test03);
3180 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
3181 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
3182    return 0;
3184 --- libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc.orig
3185 +++ libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc
3186 @@ -1,4 +1,4 @@
3187 -// { dg-require-namedlocale "ja_JP.eucjp" }
3188 +// { dg-require-namedlocale "ja_JP.eucJP" }
3189  // { dg-require-namedlocale "de_DE" }
3190  // { dg-require-namedlocale "en_HK" }
3192 @@ -44,6 +44,6 @@
3193    two.push_back(&test01);
3194    two.push_back(&test02);
3195    two.push_back(&test03);
3196 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
3197 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
3198    return 0;
3200 --- libstdc++-v3/testsuite/22_locale/time_get/get_time/char/wrapped_locale.cc.orig
3201 +++ libstdc++-v3/testsuite/22_locale/time_get/get_time/char/wrapped_locale.cc
3202 @@ -1,4 +1,4 @@
3203 -// { dg-require-namedlocale "ja_JP.eucjp" }
3204 +// { dg-require-namedlocale "ja_JP.eucJP" }
3205  // { dg-require-namedlocale "de_DE" }
3206  // { dg-require-namedlocale "en_HK" }
3208 @@ -44,6 +44,6 @@
3209    two.push_back(&test01);
3210    two.push_back(&test02);
3211    two.push_back(&test03);
3212 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
3213 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
3214    return 0;
3216 --- libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/wrapped_locale.cc.orig
3217 +++ libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/wrapped_locale.cc
3218 @@ -1,4 +1,4 @@
3219 -// { dg-require-namedlocale "ja_JP.eucjp" }
3220 +// { dg-require-namedlocale "ja_JP.eucJP" }
3221  // { dg-require-namedlocale "de_DE" }
3222  // { dg-require-namedlocale "en_HK" }
3224 @@ -44,6 +44,6 @@
3225    two.push_back(&test01);
3226    two.push_back(&test02);
3227    two.push_back(&test03);
3228 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
3229 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
3230    return 0;
3232 --- libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/wrapped_locale.cc.orig
3233 +++ libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/wrapped_locale.cc
3234 @@ -1,4 +1,4 @@
3235 -// { dg-require-namedlocale "ja_JP.eucjp" }
3236 +// { dg-require-namedlocale "ja_JP.eucJP" }
3237  // { dg-require-namedlocale "de_DE" }
3238  // { dg-require-namedlocale "en_HK" }
3240 @@ -44,6 +44,6 @@
3241    two.push_back(&test01);
3242    two.push_back(&test02);
3243    two.push_back(&test03);
3244 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
3245 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
3246    return 0;
3248 --- libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc.orig
3249 +++ libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc
3250 @@ -1,6 +1,6 @@
3251  // { dg-require-namedlocale "en_HK" }
3252  // { dg-require-namedlocale "de_DE" }
3253 -// { dg-require-namedlocale "ja_JP.eucjp" }
3254 +// { dg-require-namedlocale "ja_JP.eucJP" }
3256  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3258 @@ -44,6 +44,6 @@
3259    two.push_back(&test01);
3260    two.push_back(&test02);
3261    two.push_back(&test03);
3262 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
3263 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
3264    return 0;
3266 --- libstdc++-v3/testsuite/22_locale/time_get/get_year/char/wrapped_locale.cc.orig
3267 +++ libstdc++-v3/testsuite/22_locale/time_get/get_year/char/wrapped_locale.cc
3268 @@ -1,4 +1,4 @@
3269 -// { dg-require-namedlocale "ja_JP.eucjp" }
3270 +// { dg-require-namedlocale "ja_JP.eucJP" }
3272  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3274 @@ -37,6 +37,6 @@
3275    func_callback two;
3276    two.push_back(&test01);
3277    two.push_back(&test03);
3278 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
3279 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
3280    return 0;
3282 --- libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/wrapped_locale.cc.orig
3283 +++ libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/wrapped_locale.cc
3284 @@ -1,4 +1,4 @@
3285 -// { dg-require-namedlocale "ja_JP.eucjp" }
3286 +// { dg-require-namedlocale "ja_JP.eucJP" }
3288  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3290 @@ -37,6 +37,6 @@
3291    func_callback two;
3292    two.push_back(&test01);
3293    two.push_back(&test03);
3294 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
3295 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
3296    return 0;
3298 --- libstdc++-v3/testsuite/22_locale/time_put/put/char/wrapped_locale.cc.orig
3299 +++ libstdc++-v3/testsuite/22_locale/time_put/put/char/wrapped_locale.cc
3300 @@ -80,6 +80,6 @@
3301    two.push_back(&test08);
3302    two.push_back(&test09);
3303    two.push_back(&test10);
3304 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
3305 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
3306    return 0;
3308 --- libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/wrapped_locale.cc.orig
3309 +++ libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/wrapped_locale.cc
3310 @@ -2,7 +2,7 @@
3311  // { dg-require-namedlocale "en_HK" }
3312  // { dg-require-namedlocale "es_ES" }
3313  // { dg-require-namedlocale "fr_FR@euro" }
3314 -// { dg-require-namedlocale "ja_JP.eucjp" }
3315 +// { dg-require-namedlocale "ja_JP.eucJP" }
3317  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3319 @@ -81,6 +81,6 @@
3320    two.push_back(&test08);
3321    two.push_back(&test09);
3322    two.push_back(&test10);
3323 -  run_tests_wrapped_locale("ja_JP.eucjp", two);
3324 +  run_tests_wrapped_locale("ja_JP.eucJP", two);
3325    return 0;
3327 --- libstdc++-v3/testsuite/22_locale/money_get/get/char/16.cc.orig
3328 +++ libstdc++-v3/testsuite/22_locale/money_get/get/char/16.cc
3329 @@ -1,5 +1,5 @@
3330  // { dg-require-namedlocale "de_DE@euro" }
3331 -// { dg-require-namedlocale "en_HK" }
3332 +// { dg-require-namedlocale "zh_HK" }
3334  // 2004-03-02  Paolo Carlini  <pcarlini@suse.de>
3336 @@ -37,7 +37,7 @@
3337    // basic construction
3338    locale loc_c = locale::classic();
3339    locale loc_de = locale("de_DE@euro");
3340 -  locale loc_hk = locale("en_HK");
3341 +  locale loc_hk = locale("zh_HK");
3342    VERIFY( loc_hk != loc_de );
3343    VERIFY( loc_c != loc_hk );
3345 --- libstdc++-v3/testsuite/22_locale/money_get/get/char/18.cc.orig
3346 +++ libstdc++-v3/testsuite/22_locale/money_get/get/char/18.cc
3347 @@ -1,4 +1,4 @@
3348 -// { dg-require-namedlocale "en_HK" }
3349 +// { dg-require-namedlocale "zh_HK" }
3351  // 2004-03-15  Paolo Carlini  <pcarlini@suse.de>
3353 @@ -36,7 +36,7 @@
3355    // basic construction
3356    locale loc_c = locale::classic();
3357 -  locale loc_hk = locale("en_HK");
3358 +  locale loc_hk = locale("zh_HK");
3359    VERIFY( loc_c != loc_hk );
3360    
3361    iterator_type end, end01, end02;
3362 --- libstdc++-v3/testsuite/22_locale/money_get/get/char/2.cc.orig
3363 +++ libstdc++-v3/testsuite/22_locale/money_get/get/char/2.cc
3364 @@ -1,4 +1,4 @@
3365 -// { dg-require-namedlocale "en_HK" }
3366 +// { dg-require-namedlocale "zh_HK" }
3368  // 2001-09-12 Benjamin Kosnik  <bkoz@redhat.com>
3370 @@ -35,7 +35,7 @@
3372    // basic construction
3373    locale loc_c = locale::classic();
3374 -  locale loc_hk = locale("en_HK");
3375 +  locale loc_hk = locale("zh_HK");
3376    VERIFY( loc_c != loc_hk );
3378    // total EPA budget FY 2002
3379 @@ -80,7 +80,7 @@
3380    VERIFY( result11 == digits4 );
3381    VERIFY( err11 == ios_base::eofbit );
3383 -  // for the "en_HK" locale the parsing of the very same input streams must
3384 +  // for the "zh_HK" locale the parsing of the very same input streams must
3385    // be successful without showbase too, since the symbol field appears in
3386    // the first positions in the format and the symbol, when present, must be
3387    // consumed.
3388 --- libstdc++-v3/testsuite/22_locale/money_get/get/char/4.cc.orig
3389 +++ libstdc++-v3/testsuite/22_locale/money_get/get/char/4.cc
3390 @@ -1,4 +1,4 @@
3391 -// { dg-require-namedlocale "en_HK" }
3392 +// { dg-require-namedlocale "zh_HK" }
3394  // 2001-09-12 Benjamin Kosnik  <bkoz@redhat.com>
3396 @@ -35,7 +35,7 @@
3398    // basic construction
3399    locale loc_c = locale::classic();
3400 -  locale loc_hk = locale("en_HK");
3401 +  locale loc_hk = locale("zh_HK");
3402    VERIFY( loc_c != loc_hk );
3404    // input less than frac_digits
3405 --- libstdc++-v3/testsuite/22_locale/money_get/get/char/wrapped_env.cc.orig
3406 +++ libstdc++-v3/testsuite/22_locale/money_get/get/char/wrapped_env.cc
3407 @@ -1,6 +1,6 @@
3408  // { dg-require-namedlocale "de_DE" }
3409  // { dg-require-namedlocale "de_DE@euro" }
3410 -// { dg-require-namedlocale "en_HK" }
3411 +// { dg-require-namedlocale "zh_HK" }
3413  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3415 --- libstdc++-v3/testsuite/22_locale/money_get/get/char/wrapped_locale.cc.orig
3416 +++ libstdc++-v3/testsuite/22_locale/money_get/get/char/wrapped_locale.cc
3417 @@ -1,6 +1,6 @@
3418  // { dg-require-namedlocale "ja_JP.eucjp" }
3419  // { dg-require-namedlocale "de_DE@euro" }
3420 -// { dg-require-namedlocale "en_HK" }
3421 +// { dg-require-namedlocale "zh_HK" }
3423  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3425 --- libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/16.cc.orig
3426 +++ libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/16.cc
3427 @@ -1,5 +1,5 @@
3428  // { dg-require-namedlocale "de_DE@euro" }
3429 -// { dg-require-namedlocale "en_HK" }
3430 +// { dg-require-namedlocale "zh_HK" }
3432  // 2004-03-02  Paolo Carlini  <pcarlini@suse.de>
3434 @@ -37,7 +37,7 @@
3435    // basic construction
3436    locale loc_c = locale::classic();
3437    locale loc_de = locale("de_DE@euro");
3438 -  locale loc_hk = locale("en_HK");
3439 +  locale loc_hk = locale("zh_HK");
3440    VERIFY( loc_hk != loc_de );
3441    VERIFY( loc_c != loc_hk );
3443 --- libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/18.cc.orig
3444 +++ libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/18.cc
3445 @@ -1,4 +1,4 @@
3446 -// { dg-require-namedlocale "en_HK" }
3447 +// { dg-require-namedlocale "zh_HK" }
3449  // 2004-03-15  Paolo Carlini  <pcarlini@suse.de>
3451 @@ -36,7 +36,7 @@
3453    // basic construction
3454    locale loc_c = locale::classic();
3455 -  locale loc_hk = locale("en_HK");
3456 +  locale loc_hk = locale("zh_HK");
3457    VERIFY( loc_c != loc_hk );
3458    
3459    iterator_type end, end01, end02;
3460 --- libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/2.cc.orig
3461 +++ libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/2.cc
3462 @@ -1,4 +1,4 @@
3463 -// { dg-require-namedlocale "en_HK" }
3464 +// { dg-require-namedlocale "zh_HK" }
3466  // 2001-09-12 Benjamin Kosnik  <bkoz@redhat.com>
3468 @@ -35,7 +35,7 @@
3470    // basic construction
3471    locale loc_c = locale::classic();
3472 -  locale loc_hk = locale("en_HK");
3473 +  locale loc_hk = locale("zh_HK");
3474    VERIFY( loc_c != loc_hk );
3476    // total EPA budget FY 2002
3477 @@ -80,7 +80,7 @@
3478    VERIFY( result11 == digits4 );
3479    VERIFY( err11 == ios_base::eofbit );
3481 -  // for the "en_HK" locale the parsing of the very same input streams must
3482 +  // for the "zh_HK" locale the parsing of the very same input streams must
3483    // be successful without showbase too, since the symbol field appears in
3484    // the first positions in the format and the symbol, when present, must be
3485    // consumed.
3486 --- libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/4.cc.orig
3487 +++ libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/4.cc
3488 @@ -1,4 +1,4 @@
3489 -// { dg-require-namedlocale "en_HK" }
3490 +// { dg-require-namedlocale "zh_HK" }
3492  // 2001-09-12 Benjamin Kosnik  <bkoz@redhat.com>
3494 @@ -35,7 +35,7 @@
3496    // basic construction
3497    locale loc_c = locale::classic();
3498 -  locale loc_hk = locale("en_HK");
3499 +  locale loc_hk = locale("zh_HK");
3500    VERIFY( loc_c != loc_hk );
3502    // input less than frac_digits
3503 --- libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/wrapped_env.cc.orig
3504 +++ libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/wrapped_env.cc
3505 @@ -1,6 +1,6 @@
3506  // { dg-require-namedlocale "de_DE" }
3507  // { dg-require-namedlocale "de_DE@euro" }
3508 -// { dg-require-namedlocale "en_HK" }
3509 +// { dg-require-namedlocale "zh_HK" }
3511  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3513 --- libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/wrapped_locale.cc.orig
3514 +++ libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/wrapped_locale.cc
3515 @@ -1,6 +1,6 @@
3516  // { dg-require-namedlocale "ja_JP.eucjp" }
3517  // { dg-require-namedlocale "de_DE@euro" }
3518 -// { dg-require-namedlocale "en_HK" }
3519 +// { dg-require-namedlocale "zh_HK" }
3521  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3523 --- libstdc++-v3/testsuite/22_locale/money_put/put/char/2.cc.orig
3524 +++ libstdc++-v3/testsuite/22_locale/money_put/put/char/2.cc
3525 @@ -1,4 +1,4 @@
3526 -// { dg-require-namedlocale "en_HK" }
3527 +// { dg-require-namedlocale "zh_HK" }
3529  // 2001-08-27 Benjamin Kosnik  <bkoz@redhat.com>
3531 @@ -36,7 +36,7 @@
3533    // basic construction
3534    locale loc_c = locale::classic();
3535 -  locale loc_hk = locale("en_HK");
3536 +  locale loc_hk = locale("zh_HK");
3537    VERIFY( loc_c != loc_hk );
3539    // sanity check the data is correct.
3540 --- libstdc++-v3/testsuite/22_locale/money_put/put/char/wrapped_env.cc.orig
3541 +++ libstdc++-v3/testsuite/22_locale/money_put/put/char/wrapped_env.cc
3542 @@ -1,6 +1,6 @@
3543  // { dg-require-namedlocale "de_DE" }
3544  // { dg-require-namedlocale "de_DE@euro" }
3545 -// { dg-require-namedlocale "en_HK" }
3546 +// { dg-require-namedlocale "zh_HK" }
3548  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3550 --- libstdc++-v3/testsuite/22_locale/money_put/put/char/wrapped_locale.cc.orig
3551 +++ libstdc++-v3/testsuite/22_locale/money_put/put/char/wrapped_locale.cc
3552 @@ -1,6 +1,6 @@
3553  // { dg-require-namedlocale "ja_JP.eucjp" }
3554  // { dg-require-namedlocale "de_DE@euro" }
3555 -// { dg-require-namedlocale "en_HK" }
3556 +// { dg-require-namedlocale "zh_HK" }
3558  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3560 --- libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/2.cc.orig
3561 +++ libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/2.cc
3562 @@ -1,4 +1,4 @@
3563 -// { dg-require-namedlocale "en_HK" }
3564 +// { dg-require-namedlocale "zh_HK" }
3566  // 2001-08-27 Benjamin Kosnik  <bkoz@redhat.com>
3568 @@ -36,7 +36,7 @@
3570    // basic construction
3571    locale loc_c = locale::classic();
3572 -  locale loc_hk = locale("en_HK");
3573 +  locale loc_hk = locale("zh_HK");
3574    VERIFY( loc_c != loc_hk );
3576    // sanity check the data is correct.
3577 --- libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/wrapped_env.cc.orig
3578 +++ libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/wrapped_env.cc
3579 @@ -1,6 +1,6 @@
3580  // { dg-require-namedlocale "de_DE" }
3581  // { dg-require-namedlocale "de_DE@euro" }
3582 -// { dg-require-namedlocale "en_HK" }
3583 +// { dg-require-namedlocale "zh_HK" }
3585  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3587 --- libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/wrapped_locale.cc.orig
3588 +++ libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/wrapped_locale.cc
3589 @@ -1,6 +1,6 @@
3590  // { dg-require-namedlocale "ja_JP.eucjp" }
3591  // { dg-require-namedlocale "de_DE@euro" }
3592 -// { dg-require-namedlocale "en_HK" }
3593 +// { dg-require-namedlocale "zh_HK" }
3595  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3597 --- libstdc++-v3/testsuite/22_locale/num_get/get/char/3.cc.orig
3598 +++ libstdc++-v3/testsuite/22_locale/num_get/get/char/3.cc
3599 @@ -1,4 +1,4 @@
3600 -// { dg-require-namedlocale "en_HK" }
3601 +// { dg-require-namedlocale "zh_HK" }
3603  // 2001-11-21 Benjamin Kosnik  <bkoz@redhat.com>
3605 @@ -34,7 +34,7 @@
3607    // basic construction
3608    locale loc_c = locale::classic();
3609 -  locale loc_hk = locale("en_HK");
3610 +  locale loc_hk = locale("zh_HK");
3611    VERIFY( loc_c != loc_hk );
3613    // sanity check the data is correct.
3614 --- libstdc++-v3/testsuite/22_locale/num_get/get/char/wrapped_env.cc.orig
3615 +++ libstdc++-v3/testsuite/22_locale/num_get/get/char/wrapped_env.cc
3616 @@ -1,5 +1,5 @@
3617  // { dg-require-namedlocale "de_DE" }
3618 -// { dg-require-namedlocale "en_HK" }
3619 +// { dg-require-namedlocale "zh_HK" }
3621  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3623 --- libstdc++-v3/testsuite/22_locale/num_get/get/char/wrapped_locale.cc.orig
3624 +++ libstdc++-v3/testsuite/22_locale/num_get/get/char/wrapped_locale.cc
3625 @@ -1,6 +1,6 @@
3626  // { dg-require-namedlocale "ja_JP.eucjp" }
3627  // { dg-require-namedlocale "de_DE" }
3628 -// { dg-require-namedlocale "en_HK" }
3629 +// { dg-require-namedlocale "zh_HK" }
3631  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3633 --- libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/3.cc.orig
3634 +++ libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/3.cc
3635 @@ -1,4 +1,4 @@
3636 -// { dg-require-namedlocale "en_HK" }
3637 +// { dg-require-namedlocale "zh_HK" }
3639  // 2001-11-21 Benjamin Kosnik  <bkoz@redhat.com>
3641 @@ -34,7 +34,7 @@
3643    // basic construction
3644    locale loc_c = locale::classic();
3645 -  locale loc_hk = locale("en_HK");
3646 +  locale loc_hk = locale("zh_HK");
3647    VERIFY( loc_c != loc_hk );
3649    // sanity check the data is correct.
3650 --- libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/wrapped_env.cc.orig
3651 +++ libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/wrapped_env.cc
3652 @@ -1,5 +1,5 @@
3653  // { dg-require-namedlocale "de_DE" }
3654 -// { dg-require-namedlocale "en_HK" }
3655 +// { dg-require-namedlocale "zh_HK" }
3657  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3659 --- libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/wrapped_locale.cc.orig
3660 +++ libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/wrapped_locale.cc
3661 @@ -1,6 +1,6 @@
3662  // { dg-require-namedlocale "ja_JP.eucjp" }
3663  // { dg-require-namedlocale "de_DE" }
3664 -// { dg-require-namedlocale "en_HK" }
3665 +// { dg-require-namedlocale "zh_HK" }
3667  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3669 --- libstdc++-v3/testsuite/22_locale/num_put/put/char/3.cc.orig
3670 +++ libstdc++-v3/testsuite/22_locale/num_put/put/char/3.cc
3671 @@ -1,4 +1,4 @@
3672 -// { dg-require-namedlocale "en_HK" }
3673 +// { dg-require-namedlocale "zh_HK" }
3675  // 2001-11-19 Benjamin Kosnik  <bkoz@redhat.com>
3677 @@ -34,7 +34,7 @@
3679    // basic construction
3680    locale loc_c = locale::classic();
3681 -  locale loc_hk = locale("en_HK");
3682 +  locale loc_hk = locale("zh_HK");
3683    VERIFY( loc_c != loc_hk );
3685    // sanity check the data is correct.
3686 --- libstdc++-v3/testsuite/22_locale/num_put/put/char/wrapped_env.cc.orig
3687 +++ libstdc++-v3/testsuite/22_locale/num_put/put/char/wrapped_env.cc
3688 @@ -1,5 +1,5 @@
3689  // { dg-require-namedlocale "de_DE" }
3690 -// { dg-require-namedlocale "en_HK" }
3691 +// { dg-require-namedlocale "zh_HK" }
3692  // { dg-require-namedlocale "es_ES" }
3694  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3695 --- libstdc++-v3/testsuite/22_locale/num_put/put/char/wrapped_locale.cc.orig
3696 +++ libstdc++-v3/testsuite/22_locale/num_put/put/char/wrapped_locale.cc
3697 @@ -1,6 +1,6 @@
3698  // { dg-require-namedlocale "ja_JP.eucjp" }
3699  // { dg-require-namedlocale "de_DE" }
3700 -// { dg-require-namedlocale "en_HK" }
3701 +// { dg-require-namedlocale "zh_HK" }
3702  // { dg-require-namedlocale "es_ES" }
3704  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3705 --- libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/3.cc.orig
3706 +++ libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/3.cc
3707 @@ -1,4 +1,4 @@
3708 -// { dg-require-namedlocale "en_HK" }
3709 +// { dg-require-namedlocale "zh_HK" }
3711  // 2001-11-19 Benjamin Kosnik  <bkoz@redhat.com>
3713 @@ -34,7 +34,7 @@
3715    // basic construction
3716    locale loc_c = locale::classic();
3717 -  locale loc_hk = locale("en_HK");
3718 +  locale loc_hk = locale("zh_HK");
3719    VERIFY( loc_c != loc_hk );
3721    // sanity check the data is correct.
3722 --- libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/wrapped_env.cc.orig
3723 +++ libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/wrapped_env.cc
3724 @@ -1,5 +1,5 @@
3725  // { dg-require-namedlocale "de_DE" }
3726 -// { dg-require-namedlocale "en_HK" }
3727 +// { dg-require-namedlocale "zh_HK" }
3729  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3731 --- libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/wrapped_locale.cc.orig
3732 +++ libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/wrapped_locale.cc
3733 @@ -1,6 +1,6 @@
3734  // { dg-require-namedlocale "ja_JP.eucjp" }
3735  // { dg-require-namedlocale "de_DE" }
3736 -// { dg-require-namedlocale "en_HK" }
3737 +// { dg-require-namedlocale "zh_HK" }
3739  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3741 --- libstdc++-v3/testsuite/22_locale/time_get/get_date/char/2.cc.orig
3742 +++ libstdc++-v3/testsuite/22_locale/time_get/get_date/char/2.cc
3743 @@ -1,4 +1,4 @@
3744 -// { dg-require-namedlocale "en_HK" }
3745 +// { dg-require-namedlocale "zh_HK" }
3746  // { dg-require-namedlocale "de_DE" }
3748  // 2001-09-21 Benjamin Kosnik  <bkoz@redhat.com>
3749 @@ -36,7 +36,7 @@
3751    // basic construction and sanity checks.
3752    locale loc_c = locale::classic();
3753 -  locale loc_hk = locale("en_HK");
3754 +  locale loc_hk = locale("zh_HK");
3755    locale loc_de = locale("de_DE");
3756    VERIFY( loc_hk != loc_c );
3757    VERIFY( loc_hk != loc_de );
3758 @@ -76,7 +76,7 @@
3759    VERIFY( time10.tm_year == time_bday.tm_year );
3760    VERIFY( errorstate == ios_base::eofbit );
3762 -  // inspection of named locales, en_HK
3763 +  // inspection of named locales, zh_HK
3764    iss.imbue(loc_hk);
3765    iss.str("Sunday, April 04, 1971"); 
3766    iterator_type is_it20(iss);
3767 --- libstdc++-v3/testsuite/22_locale/time_get/get_date/char/wrapped_env.cc.orig
3768 +++ libstdc++-v3/testsuite/22_locale/time_get/get_date/char/wrapped_env.cc
3769 @@ -1,5 +1,5 @@
3770  // { dg-require-namedlocale "de_DE" }
3771 -// { dg-require-namedlocale "en_HK" }
3772 +// { dg-require-namedlocale "zh_HK" }
3774  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3776 --- libstdc++-v3/testsuite/22_locale/time_get/get_date/char/wrapped_locale.cc.orig
3777 +++ libstdc++-v3/testsuite/22_locale/time_get/get_date/char/wrapped_locale.cc
3778 @@ -1,6 +1,6 @@
3779  // { dg-require-namedlocale "ja_JP.eucjp" }
3780  // { dg-require-namedlocale "de_DE" }
3781 -// { dg-require-namedlocale "en_HK" }
3782 +// { dg-require-namedlocale "zh_HK" }
3784  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3786 --- libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/2.cc.orig
3787 +++ libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/2.cc
3788 @@ -1,4 +1,4 @@
3789 -// { dg-require-namedlocale "en_HK" }
3790 +// { dg-require-namedlocale "zh_HK" }
3791  // { dg-require-namedlocale "de_DE" }
3793  // 2001-09-21 Benjamin Kosnik  <bkoz@redhat.com>
3794 @@ -36,7 +36,7 @@
3796    // basic construction and sanity checks.
3797    locale loc_c = locale::classic();
3798 -  locale loc_hk = locale("en_HK");
3799 +  locale loc_hk = locale("zh_HK");
3800    locale loc_de = locale("de_DE");
3801    VERIFY( loc_hk != loc_c );
3802    VERIFY( loc_hk != loc_de );
3803 @@ -76,7 +76,7 @@
3804    VERIFY( time10.tm_year == time_bday.tm_year );
3805    VERIFY( errorstate == ios_base::eofbit );
3807 -  // inspection of named locales, en_HK
3808 +  // inspection of named locales, zh_HK
3809    iss.imbue(loc_hk);
3810    iss.str(L"Sunday, April 04, 1971"); 
3811    iterator_type is_it20(iss);
3812 --- libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/wrapped_env.cc.orig
3813 +++ libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/wrapped_env.cc
3814 @@ -1,5 +1,5 @@
3815  // { dg-require-namedlocale "de_DE" }
3816 -// { dg-require-namedlocale "en_HK" }
3817 +// { dg-require-namedlocale "zh_HK" }
3819  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3821 --- libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/wrapped_locale.cc.orig
3822 +++ libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/wrapped_locale.cc
3823 @@ -1,6 +1,6 @@
3824  // { dg-require-namedlocale "ja_JP.eucjp" }
3825  // { dg-require-namedlocale "de_DE" }
3826 -// { dg-require-namedlocale "en_HK" }
3827 +// { dg-require-namedlocale "zh_HK" }
3829  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3831 --- libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/2.cc.orig
3832 +++ libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/2.cc
3833 @@ -1,4 +1,4 @@
3834 -// { dg-require-namedlocale "en_HK" }
3835 +// { dg-require-namedlocale "zh_HK" }
3836  // { dg-require-namedlocale "de_DE" }
3838  // 2001-09-21 Benjamin Kosnik  <bkoz@redhat.com>
3839 @@ -35,7 +35,7 @@
3841    // basic construction and sanity checks.
3842    locale loc_c = locale::classic();
3843 -  locale loc_hk = locale("en_HK");
3844 +  locale loc_hk = locale("zh_HK");
3845    locale loc_de = locale("de_DE");
3846    VERIFY( loc_hk != loc_c );
3847    VERIFY( loc_hk != loc_de );
3848 @@ -63,7 +63,7 @@
3849    VERIFY( time10.tm_mon == time_bday.tm_mon );
3850    VERIFY( errorstate == ios_base::eofbit );
3852 -  // inspection of named locales, en_HK
3853 +  // inspection of named locales, zh_HK
3854    iss.imbue(loc_hk);
3855    const time_get<char>& tim_get2 = use_facet<time_get<char> >(iss.getloc()); 
3856    iss.str("April"); 
3857 --- libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/wrapped_env.cc.orig
3858 +++ libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/wrapped_env.cc
3859 @@ -1,5 +1,5 @@
3860  // { dg-require-namedlocale "de_DE" }
3861 -// { dg-require-namedlocale "en_HK" }
3862 +// { dg-require-namedlocale "zh_HK" }
3864  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3866 --- libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/wrapped_locale.cc.orig
3867 +++ libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/wrapped_locale.cc
3868 @@ -1,6 +1,6 @@
3869  // { dg-require-namedlocale "ja_JP.eucjp" }
3870  // { dg-require-namedlocale "de_DE" }
3871 -// { dg-require-namedlocale "en_HK" }
3872 +// { dg-require-namedlocale "zh_HK" }
3874  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3876 --- libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc.orig
3877 +++ libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc
3878 @@ -1,4 +1,4 @@
3879 -// { dg-require-namedlocale "en_HK" }
3880 +// { dg-require-namedlocale "zh_HK" }
3881  // { dg-require-namedlocale "de_DE" }
3883  // 2001-09-21 Benjamin Kosnik  <bkoz@redhat.com>
3884 @@ -36,7 +36,7 @@
3886    // basic construction and sanity checks.
3887    locale loc_c = locale::classic();
3888 -  locale loc_hk = locale("en_HK");
3889 +  locale loc_hk = locale("zh_HK");
3890    locale loc_de = locale("de_DE");
3891    VERIFY( loc_hk != loc_c );
3892    VERIFY( loc_hk != loc_de );
3893 @@ -64,7 +64,7 @@
3894    VERIFY( time10.tm_mon == time_bday.tm_mon );
3895    VERIFY( errorstate == ios_base::eofbit );
3897 -  // inspection of named locales, en_HK
3898 +  // inspection of named locales, zh_HK
3899    iss.imbue(loc_hk);
3900    const time_get<wchar_t>& tim_get2 = use_facet<time_get<wchar_t> >(iss.getloc()); 
3901    iss.str(L"April"); 
3902 --- libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/wrapped_env.cc.orig
3903 +++ libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/wrapped_env.cc
3904 @@ -1,5 +1,5 @@
3905  // { dg-require-namedlocale "de_DE" }
3906 -// { dg-require-namedlocale "en_HK" }
3907 +// { dg-require-namedlocale "zh_HK" }
3909  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3911 --- libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc.orig
3912 +++ libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc
3913 @@ -1,6 +1,6 @@
3914  // { dg-require-namedlocale "ja_JP.eucjp" }
3915  // { dg-require-namedlocale "de_DE" }
3916 -// { dg-require-namedlocale "en_HK" }
3917 +// { dg-require-namedlocale "zh_HK" }
3919  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3921 --- libstdc++-v3/testsuite/22_locale/time_get/get_time/char/2.cc.orig
3922 +++ libstdc++-v3/testsuite/22_locale/time_get/get_time/char/2.cc
3923 @@ -1,4 +1,4 @@
3924 -// { dg-require-namedlocale "en_HK" }
3925 +// { dg-require-namedlocale "zh_HK" }
3927  // 2001-09-21 Benjamin Kosnik  <bkoz@redhat.com>
3929 @@ -35,7 +35,7 @@
3931    // basic construction and sanity check
3932    locale loc_c = locale::classic();
3933 -  locale loc_hk = locale("en_HK");
3934 +  locale loc_hk = locale("zh_HK");
3935    VERIFY( loc_hk != loc_c );
3937    const string empty;
3938 @@ -48,7 +48,7 @@
3939    const ios_base::iostate good = ios_base::goodbit;
3940    ios_base::iostate errorstate = good;
3942 -  // inspection of named locales, en_HK
3943 +  // inspection of named locales, zh_HK
3944    iss.imbue(loc_hk);
3945    iss.str("12:00:00 PST"); 
3946    // Hong Kong in California! Well, they have Paris in Vegas... this
3947 --- libstdc++-v3/testsuite/22_locale/time_get/get_time/char/wrapped_env.cc.orig
3948 +++ libstdc++-v3/testsuite/22_locale/time_get/get_time/char/wrapped_env.cc
3949 @@ -1,5 +1,5 @@
3950  // { dg-require-namedlocale "de_DE" }
3951 -// { dg-require-namedlocale "en_HK" }
3952 +// { dg-require-namedlocale "zh_HK" }
3954  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3956 --- libstdc++-v3/testsuite/22_locale/time_get/get_time/char/wrapped_locale.cc.orig
3957 +++ libstdc++-v3/testsuite/22_locale/time_get/get_time/char/wrapped_locale.cc
3958 @@ -1,6 +1,6 @@
3959  // { dg-require-namedlocale "ja_JP.eucjp" }
3960  // { dg-require-namedlocale "de_DE" }
3961 -// { dg-require-namedlocale "en_HK" }
3962 +// { dg-require-namedlocale "zh_HK" }
3964  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
3966 --- libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/2.cc.orig
3967 +++ libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/2.cc
3968 @@ -1,4 +1,4 @@
3969 -// { dg-require-namedlocale "en_HK" }
3970 +// { dg-require-namedlocale "zh_HK" }
3972  // 2001-09-21 Benjamin Kosnik  <bkoz@redhat.com>
3974 @@ -35,7 +35,7 @@
3976    // basic construction and sanity check
3977    locale loc_c = locale::classic();
3978 -  locale loc_hk = locale("en_HK");
3979 +  locale loc_hk = locale("zh_HK");
3980    VERIFY( loc_hk != loc_c );
3982    const wstring empty;
3983 @@ -48,7 +48,7 @@
3984    const ios_base::iostate good = ios_base::goodbit;
3985    ios_base::iostate errorstate = good;
3987 -  // inspection of named locales, en_HK
3988 +  // inspection of named locales, zh_HK
3989    iss.imbue(loc_hk);
3990    iss.str(L"12:00:00 PST"); 
3991    // Hong Kong in California! Well, they have Paris in Vegas... this
3992 --- libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/wrapped_env.cc.orig
3993 +++ libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/wrapped_env.cc
3994 @@ -1,5 +1,5 @@
3995  // { dg-require-namedlocale "de_DE" }
3996 -// { dg-require-namedlocale "en_HK" }
3997 +// { dg-require-namedlocale "zh_HK" }
3999  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
4001 --- libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/wrapped_locale.cc.orig
4002 +++ libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/wrapped_locale.cc
4003 @@ -1,6 +1,6 @@
4004  // { dg-require-namedlocale "ja_JP.eucjp" }
4005  // { dg-require-namedlocale "de_DE" }
4006 -// { dg-require-namedlocale "en_HK" }
4007 +// { dg-require-namedlocale "zh_HK" }
4009  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
4011 --- libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/2.cc.orig
4012 +++ libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/2.cc
4013 @@ -1,4 +1,4 @@
4014 -// { dg-require-namedlocale "en_HK" }
4015 +// { dg-require-namedlocale "zh_HK" }
4016  // { dg-require-namedlocale "de_DE" }
4018  // 2001-09-21 Benjamin Kosnik  <bkoz@redhat.com>
4019 @@ -36,7 +36,7 @@
4021    // basic construction and sanity checks.
4022    locale loc_c = locale::classic();
4023 -  locale loc_hk = locale("en_HK");
4024 +  locale loc_hk = locale("zh_HK");
4025    locale loc_de = locale("de_DE");
4026    VERIFY( loc_hk != loc_c );
4027    VERIFY( loc_hk != loc_de );
4028 @@ -65,7 +65,7 @@
4029    VERIFY( time10.tm_wday == time_bday.tm_wday );
4030    VERIFY( errorstate == ios_base::eofbit );
4032 -  // inspection of named locales, en_HK
4033 +  // inspection of named locales, zh_HK
4034    iss.imbue(loc_hk);
4035    iss.str("Sunday"); 
4036    iterator_type is_it20(iss);
4037 --- libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/wrapped_env.cc.orig
4038 +++ libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/wrapped_env.cc
4039 @@ -1,5 +1,5 @@
4040  // { dg-require-namedlocale "de_DE" }
4041 -// { dg-require-namedlocale "en_HK" }
4042 +// { dg-require-namedlocale "zh_HK" }
4044  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
4046 --- libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/wrapped_locale.cc.orig
4047 +++ libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/wrapped_locale.cc
4048 @@ -1,6 +1,6 @@
4049  // { dg-require-namedlocale "ja_JP.eucjp" }
4050  // { dg-require-namedlocale "de_DE" }
4051 -// { dg-require-namedlocale "en_HK" }
4052 +// { dg-require-namedlocale "zh_HK" }
4054  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
4056 --- libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc.orig
4057 +++ libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc
4058 @@ -1,4 +1,4 @@
4059 -// { dg-require-namedlocale "en_HK" }
4060 +// { dg-require-namedlocale "zh_HK" }
4061  // { dg-require-namedlocale "de_DE" }
4063  // 2001-09-21 Benjamin Kosnik  <bkoz@redhat.com>
4064 @@ -36,7 +36,7 @@
4066    // basic construction and sanity checks.
4067    locale loc_c = locale::classic();
4068 -  locale loc_hk = locale("en_HK");
4069 +  locale loc_hk = locale("zh_HK");
4070    locale loc_de = locale("de_DE");
4071    VERIFY( loc_hk != loc_c );
4072    VERIFY( loc_hk != loc_de );
4073 @@ -65,7 +65,7 @@
4074    VERIFY( time10.tm_wday == time_bday.tm_wday );
4075    VERIFY( errorstate == ios_base::eofbit );
4077 -  // inspection of named locales, en_HK
4078 +  // inspection of named locales, zh_HK
4079    iss.imbue(loc_hk);
4080    iss.str(L"Sunday"); 
4081    iterator_type is_it20(iss);
4082 --- libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/wrapped_env.cc.orig
4083 +++ libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/wrapped_env.cc
4084 @@ -1,4 +1,4 @@
4085 -// { dg-require-namedlocale "en_HK" }
4086 +// { dg-require-namedlocale "zh_HK" }
4087  // { dg-require-namedlocale "de_DE" }
4089  // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
4090 --- libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc.orig
4091 +++ libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc
4092 @@ -1,4 +1,4 @@
4093 -// { dg-require-namedlocale "en_HK" }
4094 +// { dg-require-namedlocale "zh_HK" }
4095  // { dg-require-namedlocale "de_DE" }
4096  // { dg-require-namedlocale "ja_JP.eucjp" }
4098 --- libstdc++-v3/testsuite/22_locale/time_put/put/char/3.cc.orig
4099 +++ libstdc++-v3/testsuite/22_locale/time_put/put/char/3.cc
4100 @@ -1,4 +1,4 @@
4101 -// { dg-require-namedlocale "en_HK" }
4102 +// { dg-require-namedlocale "zh_HK" }
4104  // 2001-09-17 Benjamin Kosnik  <bkoz@redhat.com>
4106 @@ -38,7 +38,7 @@
4108    // basic construction and sanity check.
4109    locale loc_c = locale::classic();
4110 -  locale loc_hk = locale("en_HK");
4111 +  locale loc_hk = locale("zh_HK");
4112    VERIFY( loc_hk != loc_c );
4114    // create an ostream-derived object, cache the time_put facet
4115 --- libstdc++-v3/testsuite/22_locale/time_put/put/char/7.cc.orig
4116 +++ libstdc++-v3/testsuite/22_locale/time_put/put/char/7.cc
4117 @@ -1,4 +1,4 @@
4118 -// { dg-require-namedlocale "en_HK" }
4119 +// { dg-require-namedlocale "zh_HK" }
4121  // 2001-09-17 Benjamin Kosnik  <bkoz@redhat.com>
4123 @@ -41,7 +41,7 @@
4125    // basic construction and sanity check
4126    locale loc_c = locale::classic();
4127 -  locale loc_hk = locale("en_HK");
4128 +  locale loc_hk = locale("zh_HK");
4129    VERIFY( loc_hk != loc_c );
4131    // create an ostream-derived object, cache the time_put facet
4132 --- libstdc++-v3/testsuite/22_locale/time_put/put/char/wrapped_env.cc.orig
4133 +++ libstdc++-v3/testsuite/22_locale/time_put/put/char/wrapped_env.cc
4134 @@ -1,5 +1,5 @@
4135  // { dg-require-namedlocale "de_DE" }
4136 -// { dg-require-namedlocale "en_HK" }
4137 +// { dg-require-namedlocale "zh_HK" }
4138  // { dg-require-namedlocale "es_ES" }
4139  // { dg-require-namedlocale "fr_FR@euro" }
4141 --- libstdc++-v3/testsuite/22_locale/time_put/put/char/wrapped_locale.cc.orig
4142 +++ libstdc++-v3/testsuite/22_locale/time_put/put/char/wrapped_locale.cc
4143 @@ -1,5 +1,5 @@
4144  // { dg-require-namedlocale "de_DE" }
4145 -// { dg-require-namedlocale "en_HK" }
4146 +// { dg-require-namedlocale "zh_HK" }
4147  // { dg-require-namedlocale "es_ES" }
4148  // { dg-require-namedlocale "fr_FR@euro" }
4150 --- libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/3.cc.orig
4151 +++ libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/3.cc
4152 @@ -1,4 +1,4 @@
4153 -// { dg-require-namedlocale "en_HK" }
4154 +// { dg-require-namedlocale "zh_HK" }
4156  // 2001-09-17 Benjamin Kosnik  <bkoz@redhat.com>
4158 @@ -38,7 +38,7 @@
4160    // basic construction and sanity check
4161    locale loc_c = locale::classic();
4162 -  locale loc_hk = locale("en_HK");
4163 +  locale loc_hk = locale("zh_HK");
4164    VERIFY( loc_hk != loc_c );
4166    // create an ostream-derived object, cache the time_put facet
4167 --- libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/7.cc.orig
4168 +++ libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/7.cc
4169 @@ -1,4 +1,4 @@
4170 -// { dg-require-namedlocale "en_HK" }
4171 +// { dg-require-namedlocale "zh_HK" }
4173  // 2001-09-17 Benjamin Kosnik  <bkoz@redhat.com>
4175 @@ -41,7 +41,7 @@
4177    // basic construction and sanity check
4178    locale loc_c = locale::classic();
4179 -  locale loc_hk = locale("en_HK");
4180 +  locale loc_hk = locale("zh_HK");
4181    VERIFY( loc_hk != loc_c );
4183    // create an ostream-derived object, cache the time_put facet
4184 --- libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/wrapped_env.cc.orig
4185 +++ libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/wrapped_env.cc
4186 @@ -1,5 +1,5 @@
4187  // { dg-require-namedlocale "de_DE" }
4188 -// { dg-require-namedlocale "en_HK" }
4189 +// { dg-require-namedlocale "zh_HK" }
4190  // { dg-require-namedlocale "es_ES" }
4191  // { dg-require-namedlocale "fr_FR@euro" }
4193 --- libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/wrapped_locale.cc.orig
4194 +++ libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/wrapped_locale.cc
4195 @@ -1,5 +1,5 @@
4196  // { dg-require-namedlocale "de_DE" }
4197 -// { dg-require-namedlocale "en_HK" }
4198 +// { dg-require-namedlocale "zh_HK" }
4199  // { dg-require-namedlocale "es_ES" }
4200  // { dg-require-namedlocale "fr_FR@euro" }
4201  // { dg-require-namedlocale "ja_JP.eucjp" }
4202 --- libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/3.cc.orig
4203 +++ libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/3.cc
4204 @@ -1,4 +1,4 @@
4205 -// { dg-require-namedlocale "se_NO.UTF-8" }
4206 +// { dg-require-namedlocale "no_NO.UTF-8" }
4208  // 2003-03-12  Petur Runolfsson  <peturr02@ru.is>
4210 @@ -31,7 +31,7 @@
4211    using namespace std;
4212    bool test __attribute__((unused)) = true;
4214 -  locale loc = locale("se_NO.UTF-8");
4215 +  locale loc = locale("no_NO.UTF-8");
4216    const ctype<wchar_t>& wct = use_facet<ctype<wchar_t> >(loc);
4218    const wchar_t* wstrlit = L"\x80";
4219 --- libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/3.cc.orig
4220 +++ libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/3.cc
4221 @@ -1,4 +1,4 @@
4222 -// { dg-require-namedlocale "se_NO.UTF-8" }
4223 +// { dg-require-namedlocale "no_NO.UTF-8" }
4225  // 2003-03-12  Petur Runolfsson  <peturr02@ru.is>
4227 @@ -31,7 +31,7 @@
4228    using namespace std;
4229    bool test __attribute__((unused)) = true;
4231 -  locale loc = locale("se_NO.UTF-8");
4232 +  locale loc = locale("no_NO.UTF-8");
4233    const ctype<wchar_t>& wct = use_facet<ctype<wchar_t> >(loc);
4235    const char* strlit = "\xc2\x80";
4236 --- libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/1.cc.orig
4237 +++ libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/1.cc
4238 @@ -1,4 +1,4 @@
4239 -// { dg-require-namedlocale "se_NO.UTF-8" }
4240 +// { dg-require-namedlocale "no_NO.UTF-8" }
4242  // 2003-09-08  Petur Runolfsson  <peturr02@ru.is>
4244 @@ -91,7 +91,7 @@
4245    const size_t wlen = sizeof(wstr) / sizeof(wstr[0]);
4247    const int loops = 2 * BUFSIZ / wlen;
4248 -  locale loc = locale("se_NO.UTF-8");
4249 +  locale loc = locale("no_NO.UTF-8");
4251    FILE* file = fopen(name, "w");
4252    for (int i = 0; i < loops; ++i)
4253 --- libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/2.cc.orig
4254 +++ libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/2.cc
4255 @@ -1,4 +1,4 @@
4256 -// { dg-require-namedlocale "se_NO.UTF-8" }
4257 +// { dg-require-namedlocale "no_NO.UTF-8" }
4259  // 2003-09-08  Petur Runolfsson  <peturr02@ru.is>
4261 @@ -35,7 +35,7 @@
4262    bool test __attribute__((unused)) = true;
4263    const char name[] = "tmp_seekoff-2.tst";
4265 -  locale loc = locale("se_NO.UTF-8");
4266 +  locale loc = locale("no_NO.UTF-8");
4268    const size_t size = 10;
4269    wchar_t buf[size];
4270 --- libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/9874.cc.orig
4271 +++ libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/9874.cc
4272 @@ -1,4 +1,4 @@
4273 -// { dg-require-namedlocale "se_NO.UTF-8" }
4274 +// { dg-require-namedlocale "no_NO.UTF-8" }
4276  // 2003-10-07  Petur Runolfsson  <peturr02@ru.is>
4277  //
4278 @@ -93,7 +93,7 @@
4279    const size_t wlen = sizeof(wstr) / sizeof(wstr[0]);
4281    const int loops = 2 * BUFSIZ / wlen;
4282 -  locale loc = locale("se_NO.UTF-8");
4283 +  locale loc = locale("no_NO.UTF-8");
4285    FILE* file = fopen(name, "w");
4286    for (int i = 0; i < loops; ++i)
4287 --- libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/1.cc.orig
4288 +++ libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/1.cc
4289 @@ -1,4 +1,4 @@
4290 -// { dg-require-namedlocale "se_NO.UTF-8" }
4291 +// { dg-require-namedlocale "no_NO.UTF-8" }
4293  // 2003-09-04  Petur Runolfsson  <peturr02@ru.is>
4295 @@ -86,7 +86,7 @@
4296    const size_t clen = sizeof(cstr) / sizeof(cstr[0]);
4297    const size_t wlen = sizeof(wstr) / sizeof(wstr[0]);
4299 -  locale loc = locale("se_NO.UTF-8");
4300 +  locale loc = locale("no_NO.UTF-8");
4302    FILE* file = fopen(name, "w");
4303    fwrite(cstr, 1, clen, file);
4304 --- libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/2.cc.orig
4305 +++ libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/2.cc
4306 @@ -1,4 +1,4 @@
4307 -// { dg-require-namedlocale "se_NO.UTF-8" }
4308 +// { dg-require-namedlocale "no_NO.UTF-8" }
4310  // 2003-09-04  Petur Runolfsson  <peturr02@ru.is>
4312 @@ -86,7 +86,7 @@
4313    const size_t clen = sizeof(cstr) / sizeof(cstr[0]);
4314    const size_t wlen = sizeof(wstr) / sizeof(wstr[0]);
4316 -  locale loc = locale("se_NO.UTF-8");
4317 +  locale loc = locale("no_NO.UTF-8");
4319    FILE* file = fopen(name, "w");
4320    fwrite(cstr, 1, clen, file);
4321 --- libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/3.cc.orig
4322 +++ libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/3.cc
4323 @@ -1,4 +1,4 @@
4324 -// { dg-require-namedlocale "se_NO.UTF-8" }
4325 +// { dg-require-namedlocale "no_NO.UTF-8" }
4327  // 2003-09-04  Petur Runolfsson  <peturr02@ru.is>
4329 @@ -87,7 +87,7 @@
4330    const size_t wlen = sizeof(wstr) / sizeof(wstr[0]);
4332    const int loops = 2 * BUFSIZ / wlen;
4333 -  locale loc = locale("se_NO.UTF-8");
4334 +  locale loc = locale("no_NO.UTF-8");
4336    FILE* file = fopen(name, "w");
4337    for (int i = 0; i < loops; ++i)
4338 --- libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/4.cc.orig
4339 +++ libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/4.cc
4340 @@ -1,4 +1,4 @@
4341 -// { dg-require-namedlocale "se_NO.UTF-8" }
4342 +// { dg-require-namedlocale "no_NO.UTF-8" }
4344  // 2003-09-04  Petur Runolfsson  <peturr02@ru.is>
4345  // Adapted from 27_io/basic_filebuf/underflow/char/2.cc
4346 @@ -31,7 +31,7 @@
4347    bool test __attribute__((unused)) = true;
4348    using namespace std;
4350 -  locale loc (locale("se_NO.UTF-8"));
4351 +  locale loc (locale("no_NO.UTF-8"));
4352    wfilebuf fb_out, fb_in_out;
4353    fb_out.pubimbue(loc);
4354    fb_in_out.pubimbue(loc);
4355 --- libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/5.cc.orig
4356 +++ libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/5.cc
4357 @@ -1,4 +1,4 @@
4358 -// { dg-require-namedlocale "se_NO.UTF-8" }
4359 +// { dg-require-namedlocale "no_NO.UTF-8" }
4361  // 2003-09-04  Petur Runolfsson  <peturr02@ru.is>
4363 @@ -35,7 +35,7 @@
4365    wfilebuf fb;
4366    fb.pubsetbuf(0, 0);
4367 -  fb.pubimbue(locale("se_NO.UTF-8"));
4368 +  fb.pubimbue(locale("no_NO.UTF-8"));
4370    FILE* file = fopen(name, "w");
4371    setvbuf(file, 0, _IONBF, 0);
4372 --- libstdc++-v3/testsuite/27_io/objects/wchar_t/10.cc.orig
4373 +++ libstdc++-v3/testsuite/27_io/objects/wchar_t/10.cc
4374 @@ -1,4 +1,4 @@
4375 -// { dg-require-namedlocale "se_NO.UTF-8" }
4376 +// { dg-require-namedlocale "no_NO.UTF-8" }
4378  // 2003-05-01  Petur Runolfsson  <peturr02@ru.is>
4380 @@ -33,7 +33,7 @@
4381    bool test __attribute__((unused)) = true;
4382    const char* name = "tmp_10";
4384 -  locale loc(locale("se_NO.UTF-8"));
4385 +  locale loc(locale("no_NO.UTF-8"));
4386    locale::global(loc);
4387    wcin.imbue(loc);
4388    wcout.imbue(loc);
4389 --- libstdc++-v3/testsuite/27_io/objects/wchar_t/11.cc.orig
4390 +++ libstdc++-v3/testsuite/27_io/objects/wchar_t/11.cc
4391 @@ -1,4 +1,4 @@
4392 -// { dg-require-namedlocale "se_NO.UTF-8" }
4393 +// { dg-require-namedlocale "no_NO.UTF-8" }
4395  // 2003-05-01  Petur Runolfsson  <peturr02@ru.is>
4397 @@ -33,7 +33,7 @@
4398    bool test __attribute__((unused)) = true;
4399    const char* name = "tmp_11";
4401 -  locale loc(locale("se_NO.UTF-8"));
4402 +  locale loc(locale("no_NO.UTF-8"));
4403    locale::global(loc);
4404    wcin.imbue(loc);
4405    wcout.imbue(loc);
4406 --- libstdc++-v3/testsuite/27_io/objects/wchar_t/12.cc.orig
4407 +++ libstdc++-v3/testsuite/27_io/objects/wchar_t/12.cc
4408 @@ -1,4 +1,4 @@
4409 -// { dg-require-namedlocale "se_NO.UTF-8" }
4410 +// { dg-require-namedlocale "no_NO.UTF-8" }
4412  // 2003-09-04  Petur Runolfsson  <peturr02@ru.is>
4414 @@ -38,7 +38,7 @@
4415    bool test __attribute__((unused)) = true;
4416    const char* name = "tmp_12";
4418 -  locale loc(locale("se_NO.UTF-8"));
4419 +  locale loc(locale("no_NO.UTF-8"));
4420    locale::global(loc);
4421    std::ios_base::sync_with_stdio(false);
4422    wcout.imbue(loc);
4423 --- libstdc++-v3/testsuite/27_io/objects/wchar_t/13.cc.orig
4424 +++ libstdc++-v3/testsuite/27_io/objects/wchar_t/13.cc
4425 @@ -1,4 +1,4 @@
4426 -// { dg-require-namedlocale "se_NO.UTF-8" }
4427 +// { dg-require-namedlocale "no_NO.UTF-8" }
4429  // 2003-09-04  Petur Runolfsson  <peturr02@ru.is>
4431 @@ -36,7 +36,7 @@
4432    bool test __attribute__((unused)) = true;
4433    const char* name = "tmp_13";
4435 -  locale loc(locale("se_NO.UTF-8"));
4436 +  locale loc(locale("no_NO.UTF-8"));
4437    locale::global(loc);
4438    std::ios_base::sync_with_stdio(false);
4439    wcin.imbue(loc);
4440 --- libstdc++-v3/testsuite/22_locale/facet/2.cc.orig
4441 +++ libstdc++-v3/testsuite/22_locale/facet/2.cc
4442 @@ -1,4 +1,4 @@
4443 -// { dg-require-namedlocale "es_MX" }
4444 +// { dg-require-namedlocale "es_ES" }
4446  // 2000-08-31 Benjamin Kosnik <bkoz@redhat.com>
4448 @@ -84,7 +84,7 @@
4449    // 4: Named locale should destroy facets when it goes out of scope.
4450    // Not quite sure how to test for this w/o valgrind at the moment.
4451    {
4452 -    locale loc03 = locale("es_MX");
4453 +    locale loc03 = locale("es_ES");
4454    }
4457 --- libstdc++-v3/testsuite/22_locale/locale/cons/5.cc.orig
4458 +++ libstdc++-v3/testsuite/22_locale/locale/cons/5.cc
4459 @@ -1,4 +1,4 @@
4460 -// { dg-require-namedlocale "en_PH" }
4461 +// { dg-require-namedlocale "en_NZ" }
4462  // { dg-require-namedlocale "de_DE" }
4463  // { dg-require-namedlocale "it_IT" }
4465 @@ -76,21 +76,21 @@
4466      }
4467    setenv("LC_ALL", "", 1);
4469 -  // Check that a "en_PH" LC_ALL is equivalent to "en_PH".
4470 -  if (!setenv("LC_ALL", "en_PH", 1))
4471 +  // Check that a "en_NZ" LC_ALL is equivalent to "en_PH".
4472 +  if (!setenv("LC_ALL", "en_NZ", 1))
4473      {
4474        locale loc = locale("");
4475 -      VERIFY( loc.name() == "en_PH" );
4476 +      VERIFY( loc.name() == "en_NZ" );
4477      }
4478    setenv("LC_ALL", "", 1);
4480    // Explicit check that LC_ALL sets regardless of LC_* and LANG.
4481 -  if (!setenv("LANG", "es_MX", 1) && !setenv("LC_COLLATE", "de_DE", 1))
4482 +  if (!setenv("LANG", "es_ES", 1) && !setenv("LC_COLLATE", "de_DE", 1))
4483      {
4484 -      if (!setenv("LC_ALL", "en_PH", 1))
4485 +      if (!setenv("LC_ALL", "en_NZ", 1))
4486         {
4487           locale loc = locale("");
4488 -         VERIFY( loc.name() == "en_PH" );
4489 +         VERIFY( loc.name() == "en_NZ" );
4490         }
4491        setenv("LC_ALL", "", 1);
4492        setenv("LANG", LANG_orig ? LANG_orig : "", 1);
4493 --- libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/2.cc.orig
4494 +++ libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/2.cc
4495 @@ -1,5 +1,5 @@
4496 -// { dg-require-namedlocale "en_PH" }
4497 -// { dg-require-namedlocale "es_MX" }
4498 +// { dg-require-namedlocale "en_NZ" }
4499 +// { dg-require-namedlocale "es_ES" }
4501  // 2000-09-13 Benjamin Kosnik <bkoz@redhat.com>
4503 @@ -32,8 +32,8 @@
4504    using namespace std;
4505    bool test __attribute__((unused)) = true;
4506    
4507 -  const string ph("en_PH");
4508 -  const string mx("es_MX");
4509 +  const string ph("en_NZ");
4510 +  const string mx("es_ES");
4511    const char* orig = setlocale(LC_ALL, 0);
4512    const char* testph = setlocale(LC_ALL, ph.c_str());
4513    const char* testmx = setlocale(LC_ALL, mx.c_str());
4514 --- libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/38081-1.cc.orig
4515 +++ libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/38081-1.cc
4516 @@ -1,4 +1,4 @@
4517 -// { dg-require-namedlocale "ru_RU.ISO-8859-5" }
4518 +// { dg-require-namedlocale "ru_RU.ISO8859-5" }
4520  // Copyright (C) 2010, 2011 Free Software Foundation
4521  //
4522 @@ -33,7 +33,7 @@
4523    typedef istreambuf_iterator<char> iterator_type;
4525    // basic construction
4526 -  locale loc("ru_RU.ISO-8859-5");
4527 +  locale loc("ru_RU.ISO8859-5");
4529    // create an ostream-derived object, cache the time_get facet
4530    iterator_type end;
4531 --- libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/38081-2.cc.orig
4532 +++ libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/38081-2.cc
4533 @@ -1,4 +1,4 @@
4534 -// { dg-require-namedlocale "ru_RU.UTF8" }
4535 +// { dg-require-namedlocale "ru_RU.UTF-8" }
4537  // 2010-01-05  Paolo Carlini  <paolo.carlini@oracle.com>
4539 @@ -34,7 +34,7 @@
4540    typedef istreambuf_iterator<char> iterator_type;
4542    // basic construction
4543 -  locale loc("ru_RU.UTF8");
4544 +  locale loc("ru_RU.UTF-8");
4546    // create an ostream-derived object, cache the time_get facet
4547    iterator_type end;