2009-06-05 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/29_atomics/atomic_address/cons/aggregate.cc: Remove xfail.
From-SVN: r148222
+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.
// { dg-options "-std=gnu++0x" }
-// { dg-do compile { xfail *-*-* } }
+// { dg-do compile }
// Copyright (C) 2008, 2009 Free Software Foundation, Inc.
//
int main()
{
- std::atomic_address a = { { NULL } }; // { dg-excess-errors "braces around" }
+ std::atomic_address a = { { NULL } };
return 0;
}