Commit 9872452e by Mark Mitchell

re PR c++/12093 (inconstitent error with templates/non-templates)

	PR c++/12093
	* g++.dg/template/non-dependent4.C: New test.

From-SVN: r70943
parent 5be4b5c9
int temp(char *temp);
template <int> int g() { return temp("Hi"); }
int g1() { return temp("Hi"); }
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