diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-10-04 20:13:42 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-10-04 20:13:42 +0000 |
commit | 5828784f3074f820687b48293acc8a786f43269c (patch) | |
tree | 9a85e9e9a5d320b959334647e96628822ffc8b6b /gcc | |
parent | 39acd93283e1a160a34ad526089f3a7dbe394876 (diff) | |
download | gcc-5828784f3074f820687b48293acc8a786f43269c.zip gcc-5828784f3074f820687b48293acc8a786f43269c.tar.gz gcc-5828784f3074f820687b48293acc8a786f43269c.tar.bz2 |
Always use -fvtable-thunks.
From-SVN: r29810
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.ext/comint1.C | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.ext/comint1.C b/gcc/testsuite/g++.old-deja/g++.ext/comint1.C index 78d99e6..1b8b3c8 100644 --- a/gcc/testsuite/g++.old-deja/g++.ext/comint1.C +++ b/gcc/testsuite/g++.old-deja/g++.ext/comint1.C @@ -1,4 +1,5 @@ // Test that we can use mixins with COM classes. +// Special g++ Options: -fvtable-thunks struct A { |