[middle-end PATCH] Prefer PLUS over IOR in RTL expansion of multi-word shifts/rotates.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.oliva / ns2.C
blob0541a3f71b217cee40947734d2576c537adc0865
1 // { dg-do assemble  }
3 // Copyright (C) 1999 Free Software Foundation
5 // by Alexandre Oliva <oliva@dcc.unicamp.br>
6 // based on bug report by Dima Volodin <dvv@dvv.ru>
7 // variation of ns1.C
9 void foo();
10 namespace bar {
11   using ::foo;
12   class baz {
13     friend void foo(); // { dg-bogus "" "" { xfail *-*-* } }  - conflict - 
14   };