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
2013-09-12 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
debug
/
pr53860.C
blob
31a854af4b7808a56d11bc6de46777bbac46593d
1
// PR debug/53860
2
// { dg-do compile }
3
// { dg-options "-fkeep-inline-functions -fdebug-types-section" }
4
5
void
6
foo ()
7
{
8
struct S
9
{
10
S ()
11
{
12
}
13
};
14
}