public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/9311: [3.2/3.3 regression] ICE on illegal code using templates and inheritance
@ 2003-01-14 16:53 bangerth
  0 siblings, 0 replies; only message in thread
From: bangerth @ 2003-01-14 16:53 UTC (permalink / raw)
  To: Neil.Ferguson, gcc-bugs, gcc-prs, nobody

Old Synopsis: g++ 3.2.1 - ICE on illegal code using templates and inheritance
New Synopsis: [3.2/3.3 regression] ICE on illegal code using templates and inheritance

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Tue Jan 14 08:53:30 2003
State-Changed-Why:
    Confirmed. The code ICEs with 3.0, 3.2 and 3.3. It produced
    a useful error with 2.95, and with present 3.4.
    
    Here's the code, for simpler cut-n-pasting:
    -----------------------
    template<typename T> class A {};
    
    template<typename T> class B {}; 
    
    template<typename T>
    class B<T>::C : public A<T> {}; 
    -----------------------
    
    W.

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


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

only message in thread, other threads:[~2003-01-14 16:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-14 16:53 c++/9311: [3.2/3.3 regression] ICE on illegal code using templates and inheritance 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).