Commit ca462c38 by Benjamin Kosnik Committed by Benjamin Kosnik

aggregate.cc: Remove xfail.

2009-06-05  Benjamin Kosnik  <bkoz@redhat.com>

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

From-SVN: r148222
parent 16702e19
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.
//
......@@ -23,6 +23,6 @@
int main()
{
std::atomic_address a = { { NULL } }; // { dg-excess-errors "braces around" }
std::atomic_address a = { { NULL } };
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment