comparison gcc/testsuite/g++.dg/lto/20090315_0.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
4 static void Bar() { if (foo_->Mumble()) foo_ = 0; } 4 static void Bar() { if (foo_->Mumble()) foo_ = 0; }
5 static void Baz() { Bar(); } 5 static void Baz() { Bar(); }
6 static Foo *foo_; 6 static Foo *foo_;
7 }; 7 };
8 Foo *Foo::foo_; 8 Foo *Foo::foo_;
9 main() { return 0; } 9 int main() { return 0; }