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
[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
debug
/
minimal1.C
blob
c2daa0ff2861db99b3364c059445dd03de7cb92d
1
// PR debug/6387
2
// Verify that -g1 works with local class member functions.
3
4
void foo();
5
void bar() {
6
struct A { A() { foo(); } } a;
7
}