public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/34606]  New: [4.3 regression] ICE with invalid specialization of variadic template
@ 2007-12-28 19:28 reichelt at gcc dot gnu dot org
  2007-12-28 19:29 ` [Bug c++/34606] " reichelt at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2007-12-28 19:28 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet triggers an ICE on mainline:

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

template<typename T, typename... U> struct A<T, U>
{
  template<typename> struct B;

  template<typename X> struct B<X*> {};
};
=======================================================

bug.cc:3: error: parameter packs not expanded with `...':
bug.cc:3: note:         'U'
bug.cc:7: internal compiler error: tree check: expected class 'type', have
'exceptional' (error_mark) in template_class_depth, at cp/pt.c:312
Please submit a full bug report, [etc.]

The bug appeared between 2007-10-13 and 2007-11-13.


-- 
           Summary: [4.3 regression] ICE with invalid specialization of
                    variadic template
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, error-recovery, 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=34606


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

end of thread, other threads:[~2008-01-29 14:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-28 19:28 [Bug c++/34606] New: [4.3 regression] ICE with invalid specialization of variadic template reichelt at gcc dot gnu dot org
2007-12-28 19:29 ` [Bug c++/34606] " reichelt at gcc dot gnu dot org
2007-12-28 20:12 ` pinskia at gcc dot gnu dot org
2008-01-08 17:13 ` steven at gcc dot gnu dot org
2008-01-16 21:55 ` reichelt at gcc dot gnu dot org
2008-01-16 22:10 ` pinskia at gcc dot gnu dot org
2008-01-28 23:41 ` dgregor at gcc dot gnu dot org
2008-01-29 14:02 ` dgregor at gcc dot gnu dot org
2008-01-29 14:27 ` 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).