This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

C++ PATCH: Remove cleanup3.C



This patch removes g++.other/cleanup3.C.  The new ABI requires vtable
thunks, so cases that require -fno-vtable-thunks aren't interesting
any more.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

Index: gcc/testsuite/g++.old-deja/g++.other/cleanup3.C
===================================================================
RCS file: cleanup3.C
diff -N cleanup3.C
*** /sourceware/cvs-tmp/cvs4QrUES	Sat Nov 18 18:21:29 2000
--- /dev/null	Tue May  5 13:32:27 1998
***************
*** 1,17 ****
- // Build don't link:
- // Special g++ Options: -fno-vtable-thunks
- // Origin:  Marc Espie <espie@tetto.liafa.jussieu.fr>
- 
- struct A {
- 	virtual ~A();
- 	A();
- };
- 
- struct B: public A {
-     B();
- };
- 
- void f()
- {
- 	static B t[2];
- }
--- 0 ----

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]