[Bug c++/11078] ICE in write_type with typeof and templates
gccbugs at contacts dot eelis dot net
gcc-bugzilla@gcc.gnu.org
Wed Jul 30 15:12:00 GMT 2003
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 gccbugs at contacts dot eelis dot net 2003-07-30 15:12 -------
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>();
More information about the Gcc-bugs
mailing list