Commit 842bd5aa by Alexandre Oliva Committed by Alexandre Oliva

* ctor1.C: New test.

From-SVN: r27934
parent 1a706fba
1999-07-03 Alexandre Oliva <oliva@dcc.unicamp.br>
* ctor1.C: New test.
* template3.C: New test.
1999-07-02 Alexandre Oliva <oliva@dcc.unicamp.br>
......
// Build don't link:
// Copyright (C) 1999 Free Software Foundation
// by Alexandre Oliva <oliva@dcc.unicamp.br>
// based on bug report by Harri Porten <porten@tu-harburg.de>
struct A {
A() : x; // ERROR - missing body
};
struct B {
void m() {}
};
struct C {
// The error message below says it is within A::B::m()!
void n() {} // gets bogus error - XFAIL *-*-*
};
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