Commit af27dfc4 by Jakub Jelinek Committed by Jakub Jelinek

re PR c++/63306 (ICE: Segmentation fault in analyze_functions())

	PR c++/63306
	* g++.dg/ipa/pr63306.C: New test.

From-SVN: r215779
parent 7cf4833e
2014-10-01 Jakub Jelinek <jakub@redhat.com>
PR c++/63306
* g++.dg/ipa/pr63306.C: New test.
PR target/63428
* gcc.dg/torture/vshuf-4.inc: Move test 122 from EXPTESTS
to test 24 in TESTS.
......
// PR c++/63306
// { dg-do compile { target c++11 } }
template <typename...>
class A;
class B
{
B (const int &, const A<int, int> &);
};
B::B (const int &, const A<int, 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