Is this ICE well known? (4.0.0 20050127) //////////////// struct integral_constant { };
template<typename _Tp> struct is_function : public integral_constant { }; template<> struct is_function : public integral_constant { }; //////////////// -- Summary: ICE on (very trivial) invalid Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pcarlini at suse dot de CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19667