]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
aggregate.cc: Remove xfail.
authorBenjamin Kosnik <bkoz@redhat.com>
Fri, 5 Jun 2009 18:37:00 +0000 (18:37 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 5 Jun 2009 18:37:00 +0000 (18:37 +0000)
2009-06-05  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/29_atomics/atomic_address/cons/aggregate.cc: Remove xfail.

From-SVN: r148222

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/29_atomics/atomic_address/cons/aggregate.cc

index 749779aaf7c5a6e4962b0da3393113bb76dd37f2..9708d404e5656ac5ca9ee79d22c8aa836d310d4c 100644 (file)
@@ -1,3 +1,7 @@
+2009-06-05  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * testsuite/29_atomics/atomic_address/cons/aggregate.cc: Remove xfail.
+
 2009-06-04  Benjamin Kosnik  <bkoz@redhat.com>
 
        * include/ext/throw_allocator.h: Rework.
index 82a2ce354be28c096339ef6ee55d805487b1eb84..8fbcef74e14a4eba03e98d4772685c692c1d393a 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-options "-std=gnu++0x" }
-// { dg-do compile { xfail *-*-* } } 
+// { dg-do compile }
 
 // Copyright (C) 2008, 2009 Free Software Foundation, Inc.
 //
@@ -23,6 +23,6 @@
 
 int main()
 {
-  std::atomic_address a = { { NULL } }; // { dg-excess-errors "braces around" }
+  std::atomic_address a = { { NULL } };
   return 0;
 }