using5.C: usified using[567].C here
* g++.old-deja/g++.other/using5.C: usified using[567].C here * g++.old-deja/g++.other/using6.C: removed * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it From-SVN: r24091
This commit is contained in:
parent
f62a15e367
commit
4dab1f3e9f
@ -1,5 +1,9 @@
|
||||
1998-12-04 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* g++.old-deja/g++.other/using5.C: usified using[567].C here
|
||||
* g++.old-deja/g++.other/using6.C: removed
|
||||
* g++.old-deja/g++.other/using7.C: Mark Mitchel removed it
|
||||
|
||||
* g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
|
||||
|
||||
1998-12-03 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
@ -11,5 +11,7 @@ struct bar {
|
||||
|
||||
struct foo : bar {
|
||||
using bar::t;
|
||||
void baz(t pos);
|
||||
t field;
|
||||
t meth();
|
||||
void baz(t arg);
|
||||
};
|
||||
|
@ -1,13 +0,0 @@
|
||||
// Build don't link:
|
||||
|
||||
// Based on bug report by Klaus-Georg Adams
|
||||
// <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
|
||||
|
||||
struct bar {
|
||||
typedef bar t;
|
||||
};
|
||||
|
||||
struct foo : bar {
|
||||
using bar::t;
|
||||
t baz();
|
||||
};
|
Loading…
Reference in New Issue
Block a user