From: Jason Merrill Date: Fri, 24 Jun 2005 14:21:13 +0000 (-0400) Subject: tweak comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62765fb14a52c42422b31938deb5893ebe13e735;p=gcc.git tweak comment From-SVN: r101294 --- diff --git a/gcc/testsuite/g++.dg/opt/nrv9.C b/gcc/testsuite/g++.dg/opt/nrv9.C index 6f8d54975fa..462506867d4 100644 --- a/gcc/testsuite/g++.dg/opt/nrv9.C +++ b/gcc/testsuite/g++.dg/opt/nrv9.C @@ -1,6 +1,6 @@ // PR c++/19317 -// If we do both NRV and caller-side return slot opt for ma = ma.f, -// constructing fa incorrectly sets ma.i to 0. +// If we do both NRV and caller-side return slot opt for ga = f() +// constructing la sets ga.i to 0 too soon. extern "C" void abort();