]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.other/crash13.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / crash13.C
diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash13.C b/gcc/testsuite/g++.old-deja/g++.other/crash13.C
deleted file mode 100644 (file)
index 0cda9f9..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-// Build don't link:
-
-struct Base_bitset {
-  unsigned M_w[2];
-  void M_do_right_shift();
-};
-
-
-void Base_bitset::M_do_right_shift ()
-{
-  unsigned n = 0;
-  M_w[0] =  M_w[n + 1]  ;
-}