[LLVMbugs] [Bug 482] NEW: [llvmgcc] Crash constructing empty PCH file
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Dec 13 12:42:28 PST 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=482
Summary: [llvmgcc] Crash constructing empty PCH file
Product: tools
Version: 1.0
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
It looks like llvmgcc crashes when trying to construct a PCH file:
$ touch test.h
$ llvmgcc test.h
test.h:1: internal compiler error: Segmentation fault
I don't really care to implement PCH at this time, but we should at least emit a
'not supported' message.
Christoph Bartoschek ran into this problem, so I'm filing this for him.
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list