[LLVMbugs] [Bug 3176] New: file with "}" triggers an infinite loop

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Dec 7 04:47:41 PST 2008


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

           Summary: file with "}" triggers an infinite loop
           Product: clang
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Semantic Analyzer
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: nunoplopes at sapo.pt
                CC: llvmbugs at cs.uiuc.edu


the follwing command produces an infinite loop (because the token is never
consumed and thus EOF is never reached):

$ echo "}" | clang -fsyntax-only


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