public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/41727]  New: inner template specialization on non-type arg template causes ICE
@ 2009-10-16  9:57 cppljevans at suddenlink dot net
  2009-10-16 10:01 ` [Bug c++/41727] " cppljevans at suddenlink dot net
  2009-11-21 16:46 ` cppljevans at suddenlink dot net
  0 siblings, 2 replies; 3+ messages in thread
From: cppljevans at suddenlink dot net @ 2009-10-16  9:57 UTC (permalink / raw)
  To: gcc-bugs

when:

  template
  < class Tag
  >
  struct 
outer
{
      template
      < typename Arg0
      , typename Arg1
      >
      struct      
    inner
    ;
};

is specialized on Tag and Arg1 where Arg1 is value_wrap<Arg1Int>,
ICE is generated at cp/pt.c:9668 from recent (yesterday?)
svn update.


-- 
           Summary: inner template specialization on non-type arg template
                    causes ICE
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: cppljevans at suddenlink dot net


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


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

end of thread, other threads:[~2009-11-21 16:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-16  9:57 [Bug c++/41727] New: inner template specialization on non-type arg template causes ICE cppljevans at suddenlink dot net
2009-10-16 10:01 ` [Bug c++/41727] " cppljevans at suddenlink dot net
2009-11-21 16:46 ` cppljevans at suddenlink dot net

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