]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
14220.cc: Don't xfail on sparc*-sun-solaris2.10 && lp64.
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Mon, 21 Mar 2011 13:41:37 +0000 (13:41 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Mon, 21 Mar 2011 13:41:37 +0000 (13:41 +0000)
* testsuite/22_locale/num_put/put/char/14220.cc: Don't xfail on
sparc*-sun-solaris2.10 && lp64.

From-SVN: r171233

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/22_locale/num_put/put/char/14220.cc

index e658556debaa623b63213cfdde94a98a99c00e0a..e0376d1e358d793e34cfbf4bc20320107b14ff7b 100644 (file)
@@ -1,3 +1,8 @@
+2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * testsuite/22_locale/num_put/put/char/14220.cc: Don't xfail on
+       sparc*-sun-solaris2.10 && lp64.
+
 2011-03-14  Andrey Zholos  <aaz@althenia.net>
 
        PR libstdc++/48114
index fe649a7b03f19c26dbb8d5b0396732bed8bf1bc4..f1fe57c30ab38c68ef8caaf19d714fa7d66b5a5d 100644 (file)
@@ -1,6 +1,6 @@
 // 2004-04-30  Paolo Carlini  <pcarlini@suse.de>
 
-// Copyright (C) 2004, 2009, 2010 Free Software Foundation
+// Copyright (C) 2004, 2009, 2010, 2011 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
 
 // 22.2.2.2.1  num_put members
 
-// On Solaris 9/x86, 32-bit Solaris 10/x86 and 64-bit Solaris 10/SPARC, this
-// test crashes in libc.  Inside libstdc++, we call sprintf like so:
+// On Solaris 9/x86 and 32-bit Solaris 10/x86, this test crashes in libc.
+// Inside libstdc++, we call sprintf like so:
 //   sprintf (buffer, "%.*f", 1000, 1.0)
 // which crashes.
 // { dg-xfail-run-if "" i?86-*-solaris2.9 }
 // { dg-xfail-run-if "" { i?86-*-solaris2.10 && ilp32 } }
-// { dg-xfail-run-if "" { sparc*-sun-solaris2.10 && lp64 } }
 
 #include <locale>
 #include <sstream>