search for: r108984

Displaying 2 results from an estimated 2 matches for "r108984".

2010 Jul 23
3
[LLVMdev] some undefined behaviors in llvm/clang
...folks, Below is a short list of integer undefined behaviors executed by Clang when compiling the LLVM test suite. They seem pretty self explanatory, but let me know if not, if you cannot reproduce any of them, or if it would be better for me to file bugzillas on them. This is on x64 Linux, using r108984. Thanks, John --------------------------------- CLANG UNDEFINED at <BitcodeWriter.cpp, (740:29)> : Op: -, Reason : Signed Subtraction Overflow, left (int64): 0 right (int64): -9223372036854775808 Command causing this error: clang -I/uusoc/exports/scratch/regehr/z/llvm-2/...
2010 Jul 28
0
[LLVMdev] some undefined behaviors in llvm/clang
...hort list of integer undefined behaviors executed by Clang > when compiling the LLVM test suite. They seem pretty self explanatory, > but let me know if not, if you cannot reproduce any of them, or if it > would be better for me to file bugzillas on them. This is on x64 Linux, > using r108984. how did you obtain this interesting info? Thanks, Duncan.