public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/23547] New: [4.1 regression] ICE with recursive call to nested function
@ 2005-08-24 16:15 reichelt at gcc dot gnu dot org
  2005-08-24 16:17 ` [Bug c/23547] " reichelt at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-08-24 16:15 UTC (permalink / raw)
  To: gcc-bugs

The following valid code snippet causes an ICE on mainline when compiled
with "--param ggc-min-expand=0 --param ggc-min-heapsize=0":

==================
void foo()
{
  void bar()
  {
    bar();
  }
}
==================

Apparently there's something wrong with recursive calls to nested functions.

-- 
           Summary: [4.1 regression] ICE with recursive call to nested
                    function
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, monitored
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-09-02 12:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-24 16:15 [Bug c/23547] New: [4.1 regression] ICE with recursive call to nested function reichelt at gcc dot gnu dot org
2005-08-24 16:17 ` [Bug c/23547] " reichelt at gcc dot gnu dot org
2005-08-24 16:39 ` pinskia at gcc dot gnu dot org
2005-08-24 16:55 ` [Bug middle-end/23547] [4.1 regression] [non-unit-at-a-time] " pinskia at gcc dot gnu dot org
2005-08-25 16:43 ` reichelt at gcc dot gnu dot org
2005-08-28  3:05 ` pinskia at gcc dot gnu dot org
2005-08-28  3:14 ` pinskia at gcc dot gnu dot org
2005-08-28  3:36 ` pinskia at gcc dot gnu dot org
2005-08-30 23:48 ` pinskia at gcc dot gnu dot org
2005-09-02 12:41 ` cvs-commit at gcc dot gnu dot org
2005-09-02 12:45 ` pinskia at gcc dot gnu dot 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).