]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.oliva/stkalign.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.oliva / stkalign.C
diff --git a/gcc/testsuite/g++.old-deja/g++.oliva/stkalign.C b/gcc/testsuite/g++.old-deja/g++.oliva/stkalign.C
deleted file mode 100644 (file)
index fc2cea6..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-// Build don't link:
-
-// Copyright (C) 2000 Free Software Foundation
-
-// by Alexandre Oliva <aoliva@cygnus.com>
-// distilled from libg++'s Fix.cc
-
-// crash test - XFAIL i*86-*-*
-
-struct Integer {
-  ~Integer () {}
-};
-
-void foo (const Integer& y);
-Integer bar (const Integer& x);
-
-void show (const Integer& x) {
-  foo (bar (x));
-}