OSDN Git Service

tweak comment
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Jun 2005 14:21:13 +0000 (14:21 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Jun 2005 14:21:13 +0000 (14:21 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101294 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/g++.dg/opt/nrv9.C

index 6f8d549..4625068 100644 (file)
@@ -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();