Commit bac06cd3 by Jason Merrill

don't specify -g1

From-SVN: r64411
parent 8cadae7e
// PR debug/6387
// Verify that -g1 works with local class member functions.
void foo();
void bar() {
struct A { A() { foo(); } } a;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment