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

             Bug #: 52685
           Summary: [4.7/4.8 Regression] ICE in copy_binfo
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: ja...@gcc.gnu.org
                CC: fab...@gcc.gnu.org, ja...@gcc.gnu.org


template <typename T>
struct A
{
  template <typename U>
  struct B : public A <B<U> >
  {
    struct C : public B<U>
    {
    };
  };
};

ICEs starting with http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184328

Reply via email to