repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* c-c++-common/ubsan/float-cast-overflow-6.c: Add i?86-*-* target.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.oliva
/
ns1.C
blob
cda0f0e2ec885333fec3e87e00a4613d88b6481b
1
// { dg-do assemble }
2
3
// Copyright (C) 1999, 2000 Free Software Foundation
4
5
// by Alexandre Oliva <oliva@dcc.unicamp.br>
6
// based on bug report by Dima Volodin <dvv@dvv.ru>
7
8
void foo();
9
namespace bar {
10
class baz {
11
friend void ::foo(); // { dg-bogus "" } parse error
12
};
13
}