Commit b8fa9ea1 by Jason Merrill

fix

From-SVN: r72592
parent 8f00386e
// PR c++/11063
// { dg-options "" }
class Foo
{
......@@ -11,5 +12,5 @@ public:
Foo::Foo(int v0, int v1)
: val_((int[]) {v0, v1})
{
{ // { dg-error "" "" }
}
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