public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ipa/60457] New: [4.9 Regression] ICE in cgraph_get_node
@ 2014-03-07 15:50 jakub at gcc dot gnu.org
  2014-03-07 15:51 ` [Bug ipa/60457] " jakub at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-03-07 15:50 UTC (permalink / raw)
  To: gcc-bugs

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.


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

end of thread, other threads:[~2014-03-10 20:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-07 15:50 [Bug ipa/60457] New: [4.9 Regression] ICE in cgraph_get_node jakub at gcc dot gnu.org
2014-03-07 15:51 ` [Bug ipa/60457] " jakub at gcc dot gnu.org
2014-03-07 15:53 ` mpolacek at gcc dot gnu.org
2014-03-07 16:36 ` jakub at gcc dot gnu.org
2014-03-07 16:36 ` jakub at gcc dot gnu.org
2014-03-10  9:05 ` rguenth at gcc dot gnu.org
2014-03-10 14:55 ` jakub at gcc dot gnu.org
2014-03-10 15:14 ` jakub at gcc dot gnu.org
2014-03-10 20:52 ` hubicka at gcc dot gnu.org

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