Commit 5adc18d7 by Alexandre Oliva Committed by Alexandre Oliva

friend5.C: New test.

	* g++.old-deja/g++.other/friend5.C: New test.  bogus friend
	declaration causes ICE

From-SVN: r22993
parent 72b1c4da
1998-10-12 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.other/friend5.C: New test. bogus friend
declaration causes ICE
1998-10-11 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.ns/main1.C: New test. main() should only be
......
// Build don't link:
// submitted by David C Binderman <dcb@pncl.co.uk>
// crash test - XFAIL *-*-*
struct A {
friend bool();
};
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