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
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20090315_1.C
blob
0a2fba552a611ebbaa9a6b6c35159bec1aece531
1
struct Foo {
2
bool Mumble() { return true; }
3
static void Bar() { if (foo_->Mumble()) foo_ = 0; }
4
static void Baz() { Bar(); }
5
static Foo *foo_;
6
};
7
void Unused() { Foo::Bar(); Foo::Baz(); }