Commit fb63a870 by Alexandre Oliva Committed by Alexandre Oliva

* g++.old-deja/g++.ns/crash2.C: New test.

From-SVN: r23914
parent 6715688e
1998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.ns/crash2.C: New test.
* g++.old-deja/g++.pt/defarg8.C: New test.
* g++.old-deja/g++.pt/instantiate6.C: New test.
......
// Build don't link:
// Submitted by bjornw@fairplay.no
// crash test - XFAIL *-*-*
namespace hei {
class CSomeClass {};
extern CSomeClass SomeClass;
};
hei::CSomeClass hei::CSomeClass; // ERROR - should be hei::SomeClass
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