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: please revert r121749


Benjamin Kosnik <bkoz@redhat.com> writes:
>> The patch was posted here:
>> 
>>     http://gcc.gnu.org/ml/gcc-patches/2007-01/msg00820.html
>> 
>> and was approved by you here:
>> 
>>     http://gcc.gnu.org/ml/gcc-patches/2007-01/msg00844.html
>
> Funny. Ok, this is fine, sorry about the noise. I'd forgotten about it.

No worries ;)  I realise the patch was posted and reviewed a while ago.
I'd been holding off applying it until the other testsuite patches had
been reviewed, as this patch was originally the last in the series.

>>> Why did you add libstdc++-v3/testsuite/ChangeLog?
>> 
>> Sorry, I use a script to add changelogs, and I'd forgotten
>> that the libstdc++ convention was different from gcc.
>> I'll try not to make the same mistake again.
>
> No problem. Can you remove libstdc++-v3/testsuite/ChangeLog and add the 
> entry to libstdc++-v3/ChangeLog?

Sure, here's what I commmitted.

Richard


Index: libstdc++-v3/ChangeLog
===================================================================
--- libstdc++-v3/ChangeLog	(revision 121742)
+++ libstdc++-v3/ChangeLog	(working copy)
@@ -1,3 +1,28 @@
+2007-02-09  Richard Sandiford  <richard@codesourcery.com>
+
+	* testsuite/22_locale/time_put/put/wchar_t/1.cc: XFAIL if
+	dummy_wcsftime.
+	* testsuite/22_locale/time_put/put/wchar_t/5.cc: Likewise.
+	* testsuite/22_locale/time_put/put/wchar_t/9.cc: Likewise.
+	* testsuite/22_locale/time_put/put/wchar_t/10.cc: Likewise.
+	* testsuite/22_locale/num_get/get/wchar_t/2.cc: XFAIL if lax_strtofp.
+	* testsuite/22_locale/num_get/get/char/2.cc: Likewise.
+	* testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/12.cc:
+	Likewise.
+	* testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/09.cc:
+	Likewise.
+	* testsuite/27_io/basic_istream/extractors_arithmetic/char/12.cc:
+	Likewise.
+	* testsuite/27_io/basic_istream/extractors_arithmetic/char/09.cc:
+	Likewise.
+	* testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/6.cc:
+	Likewise.
+	* testsuite/27_io/basic_ostream/inserters_arithmetic/char/6.cc:
+	Likewise.
+	* testsuite/26_numerics/cmath/c99_classification_macros_c++.cc: XFAIL
+	for uClibc.
+	* testsuite/26_numerics/cmath/c99_classification_macros_c.cc: Likewise.
+
 2007-02-09  Paolo Carlini  <pcarlini@suse.de>
 
 	* scripts/testsuite_flags.in: Add back @LIBICONV@ to SECTIONLDFLAGS.
Index: libstdc++-v3/testsuite/ChangeLog
===================================================================
--- libstdc++-v3/testsuite/ChangeLog	(revision 121742)
+++ libstdc++-v3/testsuite/ChangeLog	(working copy)
@@ -1,18 +0,0 @@
-2007-02-09  Richard Sandiford  <richard@codesourcery.com>
-
-	* 22_locale/time_put/put/wchar_t/1.cc: XFAIL if dummy_wcsftime.
-	* 22_locale/time_put/put/wchar_t/5.cc: Likewise.
-	* 22_locale/time_put/put/wchar_t/9.cc: Likewise.
-	* 22_locale/time_put/put/wchar_t/10.cc: Likewise.
-	* 22_locale/num_get/get/wchar_t/2.cc: XFAIL if lax_strtofp.
-	* 22_locale/num_get/get/char/2.cc: Likewise.
-	* 27_io/basic_istream/extractors_arithmetic/wchar_t/12.cc: Likewise.
-	* 27_io/basic_istream/extractors_arithmetic/wchar_t/09.cc: Likewise.
-	* 27_io/basic_istream/extractors_arithmetic/char/12.cc: Likewise.
-	* 27_io/basic_istream/extractors_arithmetic/char/09.cc: Likewise.
-	* 27_io/basic_ostream/inserters_arithmetic/wchar_t/6.cc: Likewise.
-	* 27_io/basic_ostream/inserters_arithmetic/char/6.cc: Likewise.
-	* 26_numerics/cmath/c99_classification_macros_c++.cc: XFAIL
-	for uClibc.
-	* 26_numerics/cmath/c99_classification_macros_c.cc: Likewise.
-


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