Bugzilla – Bug 212
[bcreader] Bytecode reader misreads 'long -9223372036854775808'!
Last modified: 2004-01-20 13:14:23
You need to log in before you can comment on or make changes to this bug.
The subject says it all. Assembling and disassembling test/Regression/Assembler/2004-01-20-MaxLongLong.llx causes the -9223372036854775808 long constant (which is 0x8000000000000000) to be incorrectly read as zero. -Chris
Fixed. Patch here: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040119/010884.html -Chris