[Bug c++/21592] [3.4/4.0/4.1 Regression] ICE in resolve_overloaded_unification/arg_assoc
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jul 25 13:40:00 GMT 2005
------- Additional Comments From reichelt at gcc dot gnu dot org 2005-07-25 13:26 -------
Just for completeness, a slightly reduced version of the testcase from
PR 20549:
=======================================
template<typename T> void unique(T,T);
struct A
{
int begin();
};
template<int> void foo()
{
unique(A().begin);
}
=======================================
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21592
More information about the Gcc-bugs
mailing list