]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.abi/vtable3h.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.abi / vtable3h.C
diff --git a/gcc/testsuite/g++.old-deja/g++.abi/vtable3h.C b/gcc/testsuite/g++.old-deja/g++.abi/vtable3h.C
deleted file mode 100644 (file)
index 0b0a843..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright (C) 2000 Free Software Foundation, Inc.
-// Contributed by Nathan Sidwell 4 February 2001 <nathan@codesourcery.com>
-
-// Check constructor vtables work.
-// Additional files: vtable3.h
-
-#define A_EMPTY
-#define B1_EMPTY
-#define B2_EMPTY
-#define C_EMPTY
-#define C_PARENTS virtual B1, virtual B2
-
-#include "vtable3.h"