public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/61592] New: ICE with large array with initialization
@ 2014-06-24 15:57 jakub at gcc dot gnu.org
  2014-06-24 15:58 ` [Bug c++/61592] " jakub at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-06-24 15:57 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61592

            Bug ID: 61592
           Summary: ICE with large array with initialization
           Product: gcc
           Version: 4.9.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org

Another testcase similar to PR59659, on which we ICE because of too deep stack
recursion and which should be hopefully fixed with RANGE_EXPRs
struct A { A (); ~A (); int a; };
struct B { A a[200]; };
struct C { B b[200][10]; };
const C c = {};


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

end of thread, other threads:[~2021-05-28  7:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-24 15:57 [Bug c++/61592] New: ICE with large array with initialization jakub at gcc dot gnu.org
2014-06-24 15:58 ` [Bug c++/61592] " jakub at gcc dot gnu.org
2021-04-29  7:50 ` sbence92 at gmail dot com
2021-05-28  7:29 ` pinskia at gcc dot gnu.org
2021-05-28  7:29 ` pinskia at gcc dot gnu.org
2021-05-28  7:29 ` pinskia 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).