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:
Alexandre Oliva 1998-12-04 12:57:50 +00:00 committed by Alexandre Oliva
parent f62a15e367
commit 4dab1f3e9f
3 changed files with 7 additions and 14 deletions

View File

@ -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>

View File

@ -11,5 +11,7 @@ struct bar {
struct foo : bar {
using bar::t;
void baz(t pos);
t field;
t meth();
void baz(t arg);
};

View File

@ -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();
};