This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16671] [3.5 regression] ICE in tsubst_decl
- From: "nathan at codesourcery dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jul 2004 17:06:10 -0000
- Subject: [Bug c++/16671] [3.5 regression] ICE in tsubst_decl
- References: <20040722153001.16671.bangerth@dealii.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From nathan at codesourcery dot com 2004-07-22 17:06 -------
Subject: Re: [3.5 regression] ICE in tsubst_decl
bangerth at dealii dot org wrote:
> ------- Additional Comments From bangerth at dealii dot org 2004-07-22 16:10 -------
> I can't attach something today due to a misconfiguration on my side. But here's
> a reduced testcase:
> --------------------------
> template <typename T> struct Accessor {
> struct Reference {
> void operator = (int);
> };
> };
>
> template <typename T>
> void Accessor<T>::Reference::operator = (int) {}
>
> template class Accessor<float>::Reference;
this is already fixed. I think it's the one that I did this morning.
Can you confirm with an updated tree?
nathan
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16671