Commit 019df41c by Jakub Jelinek Committed by Jakub Jelinek

re PR c++/28217 (ICE in tree_int_cst_sgn)

	PR c++/28217
	* g++.dg/pch/template-1.C: New test.
	* g++.dg/pch/template-1.Hs: New file.

From-SVN: r120410
parent 0c5a1cbc
2007-01-03 Jakub Jelinek <jakub@redhat.com>
PR c++/28217
* g++.dg/pch/template-1.C: New test.
* g++.dg/pch/template-1.Hs: New file.
2007-01-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR middle-end/30353
// PR c++/28217
#include "template-1.H"
int
main (void)
{
}
template<int> struct A
{
enum { a, b = a };
void foo(A<b>);
};
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