projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9662ad0
)
Correctness tweak from Mark.
author
Jeff Law
<law@gcc.gnu.org>
Thu, 17 Jun 1999 00:48:26 +0000
(18:48 -0600)
committer
Jeff 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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.law/operators16.C
b/gcc/testsuite/g++.old-deja/g++.law/operators16.C
index 3298e3090b8066c09965c9e8b63dc132a0a0e6d8..945d7078251320e74371b0431732c93fecca3f8b 100644
(file)
--- a/
gcc/testsuite/g++.old-deja/g++.law/operators16.C
+++ b/
gcc/testsuite/g++.old-deja/g++.law/operators16.C
@@
-21,7
+21,7
@@
struct B {
int main(void)
{
- B
(A()
);
+ B
b = A(
);
if (pass)
printf ("PASS\n");
else