Commit 0b44a7e9 by Jason Merrill

fixed

From-SVN: r34688
parent be78ffb2
// Build don't link: // Build don't link:
// Copyright (C) 1999 Free Software Foundation // Copyright (C) 1999, 2000 Free Software Foundation
// by Alexandre Oliva <oliva@dcc.unicamp.br> // by Alexandre Oliva <oliva@dcc.unicamp.br>
// based on bug report by Dima Volodin <dvv@dvv.ru> // based on bug report by Dima Volodin <dvv@dvv.ru>
...@@ -8,6 +8,6 @@ ...@@ -8,6 +8,6 @@
void foo(); void foo();
namespace bar { namespace bar {
class baz { class baz {
friend void ::foo(); // gets bogus error - parse error - XFAIL *-*-* friend void ::foo(); // gets bogus error - parse error
}; };
} }
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