]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.other/crash42.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / crash42.C
diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash42.C b/gcc/testsuite/g++.old-deja/g++.other/crash42.C
deleted file mode 100644 (file)
index be316ac..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-// Build don't link:
-// Special g++ Options: -g
-// 
-// Copyright (C) 2001 Free Software Foundation, Inc.
-// Contributed by Nathan Sidwell 25 Jul 2001 <nathan@codesourcery.com>
-
-// Bug 3152. Using a typedef to declare a function used an unset
-// global variable, last_function_parms.
-
-struct actor 
-{
-  typedef bool (operation)();
-
-  operation a;
-  operation b;
-  operation c;
-};