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 c/14228] New: Stackoverflow in gimplifier (gcc.dg/20020425-1.c)


tree-ssa segfaults on the gcc.dg/20020425-1.c testcase (lots of nested
if/else's). The machine (sparc-sun-solaris2.9) has a default limit of
8MB for the stack. This limit is reached by the testcase while gimplfying.
It only takes about 8000 nested if/else's.

gcc version 3.5-tree-ssa 20040216 (merged 20040211)

    regards  Christian

-- 
           Summary: Stackoverflow in gimplifier (gcc.dg/20020425-1.c)
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, memory-hog
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ehrhardt at mathematik dot uni-ulm dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


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