[LLVMbugs] [Bug 1194] NEW: bcwriter turns <float x 2> into <opaque x 2>
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Feb 10 03:43:24 PST 2007
http://llvm.org/bugs/show_bug.cgi?id=1194
Summary: bcwriter turns <float x 2> into <opaque x 2>
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Bytecode Writer
AssignedTo: unassignedbugs at nondot.org
ReportedBy: rspencer at x10sys.com
Causes this test case to fail: test/Integer/packed_bt.ll
with this stack trace:
3 0x005c4859 in __assert_fail () from /lib/libc.so.6
#4 0x081d9c39 in PackedType (this=0x9e3fe70, ElType=0x9e3fed0, NumEl=2) at
Type.cpp:429
#5 0x081dcd53 in llvm::PackedType::get (ElementType=0x9e3fed0, NumElements=2)
at Type.cpp:1165
#6 0x0815a10a in llvm::BytecodeReader::ParseType (this=0x9e3f788) at
Reader.cpp:1019
#7 0x0815a417 in llvm::BytecodeReader::ParseTypes (this=0x9e3f788,
Tab=@0x9e3f84c, NumEntries=12) at Reader.cpp:1091
#8 0x0815a537 in llvm::BytecodeReader::ParseGlobalTypes (this=0x9e3f788) at
Reader.cpp:1668
#9 0x0815aa0d in llvm::BytecodeReader::ParseModule (this=0x9e3f788) at
Reader.cpp:1923
#10 0x0815b3c2 in llvm::BytecodeReader::ParseBytecode (this=0x9e3f788,
Buf=0x9e3f910 "llvm\001", Length=178, ModuleID=@0xbff89814,
Decompressor=0x820a54e <llvm::Compressor::decompressToNewBuffer(char const*,
unsigned int, char*&, std::string*)>, ErrMsg=0xbff89918)
at Reader.cpp:2078
#11 0x0814d5a6 in (anonymous namespace)::BytecodeStdinReader::read
(this=0x9e3f788, ErrMsg=0xbff89918) at ReaderWrappers.cpp:185
#12 0x0814d6ce in llvm::getBytecodeModuleProvider (Filename=@0x82554fc,
BCDC=0x820a54e <llvm::Compressor::decompressToNewBuffer(char const*,
unsigned int, char*&, std::string*)>, ErrMsg=0xbff89918, H=0x0)
at ReaderWrappers.cpp:241
#13 0x0814d711 in llvm::ParseBytecodeFile (Filename=@0x82554fc,
BCDC=0x820a54e <llvm::Compressor::decompressToNewBuffer(char const*,
unsigned int, char*&, std::string*)>, ErrMsg=0xbff89918)
at ReaderWrappers.cpp:251
#14 0x0814a9e5 in main (argc=1, argv=0xbff89c14) at llvm-dis.cpp:57
------- 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