OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix PR debug/49047
[pf3gnuchains/gcc-fork.git]
/
gcc
/
testsuite
/
g++.dg
/
debug
/
dwarf2
/
cdtor-1.C
1
// origin PR debug/49047
2
// { dg-options "-g -dA" }
3
// { dg-do compile }
4
5
struct K
6
{
7
K () { }
8
~K () { }
9
};
10
11
int
12
main()
13
{
14
K k;
15
}
16
17
// { dg-final {scan-assembler-times "\[^\n\r\]*DW_AT_MIPS_linkage_name:" 2 } }