[Bug ipa/60457] New: [4.9 Regression] ICE in cgraph_get_node

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Mar 7 15:50:00 GMT 2014


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

            Bug ID: 60457
           Summary: [4.9 Regression] ICE in cgraph_get_node
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org

template <class T>
struct A
{
};
struct B : A <B>
{
  B ();
};
B::B ()
{
  const int c[] = { 1, 1 };
}

ICEs at -O0 starting with r201408.



More information about the Gcc-bugs mailing list