Commit 62765fb1 by Jason Merrill

tweak comment

From-SVN: r101294
parent 707db096
// PR c++/19317 // PR c++/19317
// If we do both NRV and caller-side return slot opt for ma = ma.f, // If we do both NRV and caller-side return slot opt for ga = f()
// constructing fa incorrectly sets ma.i to 0. // constructing la sets ga.i to 0 too soon.
extern "C" void abort(); extern "C" void abort();
......
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