]> gcc.gnu.org Git - gcc.git/commitdiff
Correctness tweak from Mark.
authorJeff Law <law@gcc.gnu.org>
Thu, 17 Jun 1999 00:48:26 +0000 (18:48 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 17 Jun 1999 00:48:26 +0000 (18:48 -0600)
From-SVN: r27562

gcc/testsuite/g++.old-deja/g++.law/operators16.C

index 3298e3090b8066c09965c9e8b63dc132a0a0e6d8..945d7078251320e74371b0431732c93fecca3f8b 100644 (file)
@@ -21,7 +21,7 @@ struct B {
 
 int main(void)
 {
-        B(A());
+        B b = A();
        if (pass)
                printf ("PASS\n");
        else
This page took 0.065542 seconds and 5 git commands to generate.