]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.other/crash16.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / crash16.C
diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash16.C b/gcc/testsuite/g++.old-deja/g++.other/crash16.C
deleted file mode 100644 (file)
index 8555b75..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-// Build don't link:
-// Special g++ Options: -O2
-// Origin: scott snyder <snyder@fnal.gov>
-
-// crash test - XFAIL *-*-*
-
-void _S_initialize();
-
-class locale
-{
-public:
-  locale() throw()
-  { _S_initialize (); }
-};
-
-void foo(const locale& __loc);
-
-void print (const int&) 
-{
-  foo(locale());
-}