[LLVMbugs] [Bug 2406] New: redefine type: segfault
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Jun 2 15:04:49 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2406
Summary: redefine type: segfault
Product: clang
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Semantic Analyzer
AssignedTo: unassignedbugs at nondot.org
ReportedBy: csaba.hruska at gmail.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=1700)
--> (http://llvm.org/bugs/attachment.cgi?id=1700)
original buggy source file
system: ubuntu linux 32 bit X86 hardy
clang: revision 51883
source code (bug1.c):
#include <stdlib.h>
typedef long long int64_t ;
problem:
ccc -c bug1.c
bug1.c
clang -emit-llvm-bc -x c -o bug1.o bug1.c
clang[0x837d0b8]
but:
ccc -E bug1.c > b.c
ccc -c b.c
and this throws the correct error message.
--
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