[LLVMbugs] [Bug 3557] New: llvm-2.5 Release build fail to compile UnitTests/ SignlessTypes/cast2.cpp
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Feb 11 17:17:15 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=3557
Summary: llvm-2.5 Release build fail to compile
UnitTests/SignlessTypes/cast2.cpp
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: compile-fail
Severity: critical
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: dodohack at gmail.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=2540)
--> (http://llvm.org/bugs/attachment.cgi?id=2540)
compile by llvm-g++ with -O0
[hwalin at earth SignlessTypes]$ /temp/obj/Release/bin/llc -f cast2.llvm.bc -o
cast2.s
Value still in symbol table! Type = 'i32' Name = 'retval7'
Value still in symbol table! Type = 'opaque' Name = ''
Value still in symbol table! Type = 'i32 *' Name = 'iftmp.1'
Value still in symbol table! Type = 'i32 *' Name = 'retval'
Value still in symbol table! Type = 'i32 *' Name = 'incnum'
Value still in symbol table! Type = 'i8 *' Name = 'inbuff_addr'
llc: /temp/llvm-2.5/lib/VMCore/ValueSymbolTable.cpp:29:
llvm::ValueSymbolTable::~ValueSymbolTable(): Assertion `vmap.empty() && "Values
remain in symbol table!"' failed.
0 llc 0x08a6f177
1 libc.so.6 0x00baff91 abort + 257
2 libc.so.6 0x00ba793e __assert_fail + 238
3 llc 0x08a0ecba
--
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