[Bug c++/19667] New: ICE on (very trivial) invalid
pcarlini at suse dot de
gcc-bugzilla@gcc.gnu.org
Fri Jan 28 11:02:00 GMT 2005
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
More information about the Gcc-bugs
mailing list