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 ipa/60457] New: [4.9 Regression] ICE in cgraph_get_node


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.


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