projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f7ba9b
)
duplicate
author
Jason Merrill
<jason@gcc.gnu.org>
Fri, 8 Jun 2001 18:03:52 +0000
(14:03 -0400)
committer
Jason Merrill
<jason@gcc.gnu.org>
Fri, 8 Jun 2001 18:03:52 +0000
(14:03 -0400)
[[Split portion of a mixed commit.]]
From-SVN: r43035.2
gcc/testsuite/g++.old-deja/g++.abi/vtable3a.C
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.abi/vtable3a.C
b/gcc/testsuite/g++.old-deja/g++.abi/vtable3a.C
index 99d3d0b9ecd0fb18798f9c8f2564c517c88f0b02..c2c7bbf8fbb6ba5d3399af3aed3bede9287f98ec 100644
(file)
--- a/
gcc/testsuite/g++.old-deja/g++.abi/vtable3a.C
+++ b/
gcc/testsuite/g++.old-deja/g++.abi/vtable3a.C
@@
-10,3
+10,11
@@
#define C_PARENTS B1, B2
#include "vtable3.h"
+
+/*
+ A = { vptr }
+ B1, B2 = { A }
+ C = { B1, B2 }
+ D = { C }
+ D1 = {
+ */