]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.warn/iomanip.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.warn / iomanip.C
diff --git a/gcc/testsuite/g++.old-deja/g++.warn/iomanip.C b/gcc/testsuite/g++.old-deja/g++.warn/iomanip.C
deleted file mode 100644 (file)
index b7a47fa..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-// Bug: g++ wouldn't inline op<< because it was an explicit instantiation.
-// Origin: Jason Merrill <jason@cygnus.com>
-// Special g++ Options: -O -Winline
-// Build don't link:
-
-#include <iomanip>
-#include <iostream>
-
-void
-f()
-{
-  std::cout << std::setw(3);
-}