public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/6252: [parser]ICE when accessing member template of explicit specialization of outer template
@ 2002-06-17  7:56 lerdsuwa
  0 siblings, 0 replies; 2+ messages in thread
From: lerdsuwa @ 2002-06-17  7:56 UTC (permalink / raw)
  To: anthwil, gcc-bugs, gcc-prs, nobody

Old Synopsis: ICE when accessing member template of explicit specialization of outer template
New Synopsis: [parser]ICE when accessing member template of explicit specialization of outer template

State-Changed-From-To: open->analyzed
State-Changed-By: lerdsuwa
State-Changed-When: Mon Jun 17 07:22:21 2002
State-Changed-Why:
    ICE confirmed.  Your code is illegal.  The line
      typedef typename Outer<T>::Inner<U>::Type Type;
    should be replaced by
      typedef typename Outer<T>::template Inner<U>::Type Type;
    GCC compiles the correct code without any error.

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


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

* Re: c++/6252: [parser]ICE when accessing member template of explicit specialization of outer template
@ 2003-01-23  1:15 bangerth
  0 siblings, 0 replies; 2+ messages in thread
From: bangerth @ 2003-01-23  1:15 UTC (permalink / raw)
  To: anthwil, gcc-bugs, gcc-prs, nobody

Synopsis: [parser]ICE when accessing member template of explicit specialization of outer template

State-Changed-From-To: analyzed->closed
State-Changed-By: bangerth
State-Changed-When: Thu Jan 23 01:15:37 2003
State-Changed-Why:
    Fixed in 3.4

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


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

end of thread, other threads:[~2003-01-23  1:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-17  7:56 c++/6252: [parser]ICE when accessing member template of explicit specialization of outer template lerdsuwa
2003-01-23  1:15 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).