This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/41727] New: inner template specialization on non-type arg template causes ICE


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]