when:
template
< class Tag
>
struct
outer
{
template
< typename Arg0
, typename Arg1
>
struct
inner
;
};
is specialized on Tag and Arg1 where Arg1 is value_wrap<Arg1Int>,
ICE is generated at cp/pt.c:9668 from recent (yesterday?)
svn update.
--
Summary: inner template specialization on non-type arg template
causes ICE
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: cppljevans at suddenlink dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41727