[LLVMbugs] [Bug 3093] New: clang: preprocessor crash
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Nov 18 04:43:21 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=3093
Summary: clang: preprocessor crash
Product: clang
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: preprocessor
AssignedTo: unassignedbugs at nondot.org
ReportedBy: edwintorok at gmail.com
CC: llvmbugs at cs.uiuc.edu
Using SVN r59519:
$ clang -E foo.c
clang[0x8c0fd9a]
Segmentation fault
$ cat foo.c
#ifdef FOO
/* /* */
If I remove the first space, it no longer crashes:
#ifdef FOO
/*/* */
--
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