diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-21 13:38:19 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-21 13:38:19 +0000 |
commit | 1418b8048d8388fbb548ab9d8318b0379e0eb6d4 (patch) | |
tree | 00efe081e6fad5f0aa21feb75ef87793dacb2fd0 /libstdc++-v3 | |
parent | 05caec57fee5b8aa249b286d35b4775f764ab7d6 (diff) | |
download | gcc-1418b8048d8388fbb548ab9d8318b0379e0eb6d4.tar.gz |
* testsuite/22_locale/num_put/put/char/14220.cc: Don't xfail on
sparc*-sun-solaris2.10 && lp64.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171231 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/22_locale/num_put/put/char/14220.cc | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 49e73f732ca..0a368002dec 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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-19 Paolo Carlini <paolo.carlini@oracle.com> * testsuite/lib/libstdc++.exp (check_v3_target_c99_math): Rename diff --git a/libstdc++-v3/testsuite/22_locale/num_put/put/char/14220.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/14220.cc index fe649a7b03f..f1fe57c30ab 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/14220.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/14220.cc @@ -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 @@ -19,13 +19,12 @@ // 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> |