[LLVMbugs] [Bug 2151] New: clang -fsyntax-only runs forever on provided input
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Mar 13 14:28:59 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2151
Summary: clang -fsyntax-only runs forever on provided input
Product: clang
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: blocker
Priority: P2
Component: Semantic Analyzer
AssignedTo: unassignedbugs at nondot.org
ReportedBy: kremenek at cs.stanford.edu
CC: llvmbugs at cs.uiuc.edu, snaroff at apple.com
I've attached an input file that causes "clang -fsyntax-only" to not terminate.
The file was the intermediate byproduct of running Delta Debugging to generate
a reduced test case for a bug I was encountering in the static analyzer. I
cannot isolate that bug, however, because the semantic analyzer never finishes
processing the file (which I doubt is valid source code). I don't know if I
can make the input file more reduced (or legible); it's a reduced code snippet
from a truly hairy function from PCRE.
--
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