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: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs