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++/11078] ICE in write_type with typeof and templates


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11078



------- Additional Comments From reichelt at igpm dot rwth-aachen dot de  2003-07-30 15:30 -------
Subject: Re:  ICE in write_type with typeof and templates

On 30 Jul, gccbugs at contacts dot eelis dot net wrote:

> The following very similar (though simpler) code produces an ICE in the same
> file but on line 1473:
> 
> template <class T> typeof(1) f ();
> int const x = f<int>();

That's a different bug which is already fixed since 20030515, whereas
the original one is still not fixed.

Regards,
Volker


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