This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] try_named_locale removal


Paolo Carlini wrote:

>tested on an x86-linux system (+ various different sabotages ;),
>committed to mainline.
>  
>
A trivial follow-up. Tested x86-linux.

Paolo.

//////////////
2005-05-18  Paolo Carlini  <pcarlini@suse.de>

	* testsuite/22_locale/ctype/is/char/2.cc: Adjust dg-require-namedlocale.
	* testsuite/22_locale/ctype/is/wchar_t/2.cc: Likewise.
	* testsuite/22_locale/time_get/get_year/char/wrapped_env.cc: Add
	missing dg-require-namedlocale.
	* testsuite/22_locale/time_get/get_year/char/wrapped_locale.cc:
	Likewise.
	* testsuite/22_locale/time_get/get_year/wchar_t/wrapped_env.cc:
	Likewise.
	* testsuite/22_locale/time_get/get_year/wchar_t/wrapped_locale.cc:
	Likewise.
diff -urN libstdc++-v3-orig/testsuite/22_locale/ctype/is/char/2.cc libstdc++-v3/testsuite/22_locale/ctype/is/char/2.cc
--- libstdc++-v3-orig/testsuite/22_locale/ctype/is/char/2.cc	2005-05-17 19:30:18.000000000 +0200
+++ libstdc++-v3/testsuite/22_locale/ctype/is/char/2.cc	2005-05-18 19:05:59.000000000 +0200
@@ -1,5 +1,6 @@
-// { dg-require-namedlocale "" }
 // { dg-do run { xfail *-*-![linux]* } }
+// { dg-require-namedlocale "" }
+
 // Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
 // Free Software Foundation, Inc.
 //
diff -urN libstdc++-v3-orig/testsuite/22_locale/ctype/is/wchar_t/2.cc libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/2.cc
--- libstdc++-v3-orig/testsuite/22_locale/ctype/is/wchar_t/2.cc	2005-05-17 19:31:17.000000000 +0200
+++ libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/2.cc	2005-05-18 19:06:42.000000000 +0200
@@ -1,5 +1,6 @@
-// { dg-require-namedlocale "" }
 // { dg-do run { xfail *-*-![linux]* } }
+// { dg-require-namedlocale "" }
+
 // Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
 // Free Software Foundation, Inc.
 //
diff -urN libstdc++-v3-orig/testsuite/22_locale/time_get/get_year/char/wrapped_env.cc libstdc++-v3/testsuite/22_locale/time_get/get_year/char/wrapped_env.cc
--- libstdc++-v3-orig/testsuite/22_locale/time_get/get_year/char/wrapped_env.cc	2003-07-24 23:07:51.000000000 +0200
+++ libstdc++-v3/testsuite/22_locale/time_get/get_year/char/wrapped_env.cc	2005-05-18 19:12:45.000000000 +0200
@@ -1,6 +1,8 @@
+// { dg-require-namedlocale "" }
+
 // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
 
-// Copyright (C) 2001, 2002, 2003 Free Software Foundation
+// Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
diff -urN libstdc++-v3-orig/testsuite/22_locale/time_get/get_year/char/wrapped_locale.cc libstdc++-v3/testsuite/22_locale/time_get/get_year/char/wrapped_locale.cc
--- libstdc++-v3-orig/testsuite/22_locale/time_get/get_year/char/wrapped_locale.cc	2003-07-24 23:07:51.000000000 +0200
+++ libstdc++-v3/testsuite/22_locale/time_get/get_year/char/wrapped_locale.cc	2005-05-18 19:12:55.000000000 +0200
@@ -1,6 +1,8 @@
+// { dg-require-namedlocale "" }
+
 // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
 
-// Copyright (C) 2001, 2002, 2003 Free Software Foundation
+// Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
diff -urN libstdc++-v3-orig/testsuite/22_locale/time_get/get_year/wchar_t/wrapped_env.cc libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/wrapped_env.cc
--- libstdc++-v3-orig/testsuite/22_locale/time_get/get_year/wchar_t/wrapped_env.cc	2003-07-24 23:07:51.000000000 +0200
+++ libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/wrapped_env.cc	2005-05-18 19:13:09.000000000 +0200
@@ -1,6 +1,8 @@
+// { dg-require-namedlocale "" }
+
 // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
 
-// Copyright (C) 2001, 2002, 2003 Free Software Foundation
+// Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
diff -urN libstdc++-v3-orig/testsuite/22_locale/time_get/get_year/wchar_t/wrapped_locale.cc libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/wrapped_locale.cc
--- libstdc++-v3-orig/testsuite/22_locale/time_get/get_year/wchar_t/wrapped_locale.cc	2003-07-24 23:07:51.000000000 +0200
+++ libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/wrapped_locale.cc	2005-05-18 19:13:19.000000000 +0200
@@ -1,6 +1,8 @@
+// { dg-require-namedlocale "" }
+
 // 2001-08-15 Benjamin Kosnik  <bkoz@redhat.com>
 
-// Copyright (C) 2001, 2002, 2003 Free Software Foundation
+// Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]