public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/31993]  New: [4.3 regression] ICE with template class in variadic template class
@ 2007-05-18 21:58 reichelt at gcc dot gnu dot org
  2007-05-18 22:00 ` [Bug c++/31993] " reichelt at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2007-05-18 21:58 UTC (permalink / raw)
  To: gcc-bugs

The following valid code snippet with variadic templates triggers an ICE
on mainline:

=============================================
template<typename...> struct A;

template<template<int> class... T> struct A<T<0>...>
{
  template<int> struct B {};
  B<0> b;
};
=============================================

bug.cc:6: internal compiler error: tree check: expected tree that contains
'decl non-common' structure, have 'template_template_parm' in
convert_template_argument, at cp/pt.c:4665
Please submit a full bug report, [etc.]


-- 
           Summary: [4.3 regression] ICE with template class in variadic
                    template class
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, monitored
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-10-30 13:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-18 21:58 [Bug c++/31993] New: [4.3 regression] ICE with template class in variadic template class reichelt at gcc dot gnu dot org
2007-05-18 22:00 ` [Bug c++/31993] " reichelt at gcc dot gnu dot org
2007-05-22 22:18 ` pinskia at gcc dot gnu dot org
2007-06-29 18:30 ` mmitchel at gcc dot gnu dot org
2007-07-03 18:06 ` dgregor at gcc dot gnu dot org
2007-10-19 20:07 ` janis at gcc dot gnu dot org
2007-10-30 13:37 ` dgregor at gcc dot gnu dot org
2007-10-30 13:45 ` dgregor at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).