public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/7294: ICE with templates
@ 2003-01-23  3:24 bangerth
  0 siblings, 0 replies; only message in thread
From: bangerth @ 2003-01-23  3:24 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, vincent.lascaux

Old Synopsis: GCC 3.1 problem with templates
New Synopsis: ICE with templates

State-Changed-From-To: analyzed->closed
State-Changed-By: bangerth
State-Changed-When: Thu Jan 23 03:24:49 2003
State-Changed-Why:
    Finally fixed with the new parser. This is a reduced testcase
    that ICEd older versions of gcc
    --------------------------------
    template<template<class> class C>
    struct X {
        typedef int i;
        C<int> Foo;
    };
    
    template<class> struct O {
        template<class> struct I {};
        typename X<I>::i i;
    };
    int main() {}
    --------------------------

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7294


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-01-23  3:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-23  3:24 c++/7294: ICE with templates bangerth

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).