This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/16671] [3.5 regression] ICE in tsubst_decl


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]