Commit 51a63112 by Alexandre Oliva Committed by Alexandre Oliva

lookup5.C: New test.

	* g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
	problem is actually related with name lookup, but so what? :-)

From-SVN: r23877
parent 2e3e9ead
1998-11-26 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.other/lookup5.C: New test. Not sure the
problem is actually related with name lookup, but so what? :-)
* g++.old-deja/g++.pt/friend37.C: New test.
1998-11-25 Dave Love <d.love@dl.ac.uk>
......
// Build don't link:
// Simplified from bug report by Paris Smaragdis <paris@media.mit.edu>
template <class T> class vector {};
class foo {};
int main() {
foo f;
f.vector(); // gets bogus error - ICE - 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