[LLVMbugs] [Bug 13844] New: Repeated extern declaration can overflow the stack

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Sep 13 15:53:32 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=13844

             Bug #: 13844
           Summary: Repeated extern declaration can overflow the stack
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: joerg at NetBSD.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Try to compile a program consisting of repeated

extern int no_such_variable;

lines. Limit stack size with "ulimit -s" helps.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list