]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.mike/p11142.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / p11142.C
diff --git a/gcc/testsuite/g++.old-deja/g++.mike/p11142.C b/gcc/testsuite/g++.old-deja/g++.mike/p11142.C
deleted file mode 100644 (file)
index a22ca45..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-// Build don't link:
-// Special g++ Options: -fexceptions -O -g
-// prms-id: 11142
-
-class RWxmsg {
-public:
-  RWxmsg();
-  virtual ~RWxmsg();
-};
-
-class RWTHRInternalError : public RWxmsg {
-public:
-  virtual ~RWTHRInternalError() { }
-};
-
-void setCount(int count) {
-  throw RWTHRInternalError();
-}