--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-07-04 16:07 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #7 from mark at codesourcery dot com 2007-07-12 06:20 ---
Subject: Re: [4.1 Regression] ICE in resolve_overloaded_unification
reichelt at gcc dot gnu dot org wrote:
> template struct A
> {
> A& operator<<(void (*)(A&));
> };
>
> template A& operator<<(A&, const A&);
>
>
--- Comment #6 from reichelt at gcc dot gnu dot org 2007-07-11 23:04
---
Mark, I don't think the fix for this PR is complete, because the following
simplified testcase (which previously ICE'd) should compile IMHO:
=
template s
--- Comment #5 from mmitchel at gcc dot gnu dot org 2007-07-07 19:16
---
Fixed in 4.2.1.
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Assigned