Commit 3c9a0d0f by Alexandre Oliva Committed by Alexandre Oliva

* g++.old-deja/g++.pt/friend37.C: New test.

From-SVN: r23875
parent a46f03ea
1998-11-26 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.pt/friend37.C: New test.
1998-11-25 Dave Love <d.love@dl.ac.uk>
* g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
......
// Build don't link:
// Simplified from report by Volker Dobler <volker@hugo.physik.uni-konstanz.de>
template <class T> class A {
friend int ice<>( int k=0 ); // 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