]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.other/cond3.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / cond3.C
diff --git a/gcc/testsuite/g++.old-deja/g++.other/cond3.C b/gcc/testsuite/g++.old-deja/g++.other/cond3.C
deleted file mode 100644 (file)
index 56867aa..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-// Build don't link:
-// Origin: Loring Holden <lsh@cs.brown.edu>
-
-class Wtransf {};
-
-const Wtransf Identity2 = Wtransf ();
-
-class HELPER {
-   public:
-      int  current() const  { return 0; }
-};
-
-void
-problem_function()
-{
-   HELPER tm;
-   Wtransf delta  = (tm.current()) ? Identity2 : Wtransf();
-}