public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/33943]  New: ICE with partial specialization on vararg template template parameter
@ 2007-10-29 18:12 eric dot niebler at gmail dot com
  2007-11-19  5:03 ` [Bug c++/33943] [4.3 Regression] " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: eric dot niebler at gmail dot com @ 2007-10-29 18:12 UTC (permalink / raw)
  To: gcc-bugs

Compiled with -std=c++0x, version g++ (GCC) 4.3.0 20070921 (experimental), the
following program causes an ICE.

{{{
template<typename... A>
struct foo {};

template<typename A0, typename... A1>
struct bar {};

template<typename U>
struct baz;

template<template<typename...> class T, typename... U>
struct baz< T<U...> >
{};

template<template<typename, typename...> class T, typename U, typename... V>
struct baz< T<U, V...> >
{};

baz< foo<int, short> > b1;
baz< bar<int, short> > b2;
}}}


-- 
           Summary: ICE with partial specialization on vararg template
                    template parameter
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: eric dot niebler at gmail dot com


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


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

end of thread, other threads:[~2007-12-18 22:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-29 18:12 [Bug c++/33943] New: ICE with partial specialization on vararg template template parameter eric dot niebler at gmail dot com
2007-11-19  5:03 ` [Bug c++/33943] [4.3 Regression] " pinskia at gcc dot gnu dot org
2007-11-27  5:53 ` mmitchel at gcc dot gnu dot org
2007-12-02 21:03 ` pinskia at gcc dot gnu dot org
2007-12-15  8:31 ` dgregor at gcc dot gnu dot org
2007-12-15 12:14 ` pinskia at gcc dot gnu dot org
2007-12-16 21:11 ` mmitchel at gcc dot gnu dot org
2007-12-16 21:28 ` pinskia at gcc dot gnu dot org
2007-12-16 21:57 ` pcarlini at suse dot de
2007-12-18 21:20 ` dgregor at gcc dot gnu dot org
2007-12-18 22:16 ` 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).