[LLVMbugs] [Bug 3172] New: File with single "}" character causes infinite loop

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Dec 6 16:10:04 PST 2008


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

           Summary: File with single "}" character causes infinite loop
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: parser
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: andersca at mac.com
                CC: llvmbugs at cs.uiuc.edu


iMac:clang andersca$ cat test2.c
} 

iMac:clang andersca$ clang -fsyntax-only test2.c
test2.c:1:1: error: expected identifier or '('
} 
^
test2.c:1:1: error: expected identifier or '('
test2.c:1:1: error: expected identifier or '('
test2.c:1:1: error: expected identifier or '('
test2.c:1:1: error: expected identifier or '('
test2.c:1:1: error: expected identifier or '('
test2.c:1:1: error: expected identifier or '('
test2.c:1:1: error: expected identifier or '('
test2.c:1:1: error: expected identifier or '('

etc etc


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