tweak comment
authorJason Merrill <jason@gcc.gnu.org>
Fri, 24 Jun 2005 14:21:13 +0000 (10:21 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 24 Jun 2005 14:21:13 +0000 (10:21 -0400)
From-SVN: r101294

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();