repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
debug
/
dwarf2-2.C
blob
9e6dbd2169d4bde155a527e1d1ef9cb070aefd8a
1
// PR debug/27057
2
// { dg-do compile }
3
// { dg-options "-g -feliminate-dwarf2-dups" }
4
5
namespace N
6
{
7
}
8
9
struct A
10
{
11
void foo ();
12
};
13
14
void A::foo ()
15
{
16
using namespace N;
17
}