* g++.old-deja/g++.other/friend5.C: New test. bogus friend
declaration causes ICE
From-SVN: r22993
+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
--- /dev/null
+// Build don't link:
+
+// submitted by David C Binderman <dcb@pncl.co.uk>
+
+// crash test - XFAIL *-*-*
+
+struct A {
+ friend bool();
+};