PR c++/51919
* g++.dg/pch/mangle1.{C,Hs}: Remove.
From-SVN: r183355
+2012-01-20 Jason Merrill <jason@redhat.com>
+
+ PR c++/51919
+ * g++.dg/pch/mangle1.{C,Hs}: Remove.
+
2012-01-20 Jason Merrill <jason@redhat.com>
PR c++/51922
+++ /dev/null
-// { dg-options -std=c++11 }
-
-#include "mangle1.Hs"
+++ /dev/null
-// PR c++/51827
-// { dg-options "-flto -std=c++0x" }
-
-template<typename X> struct S { };
-template<typename Y> struct T {
- template <typename ... A> T(S <A ...>);
-};
-inline void f(T<int>) { }