Commit 75164944 by Jason Merrill Committed by Jason Merrill

re PR testsuite/51919 (g++.dg/pch/mangle1.* test FAILs without LTO)

	PR c++/51919
	* g++.dg/pch/mangle1.{C,Hs}: Remove.

From-SVN: r183355
parent 68cc3174
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
* g++.dg/ext/attrib42.C: Require ilp32.
......
// { dg-options -std=c++11 }
#include "mangle1.Hs"
// 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>) { }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment