Rafael EspĂndola
2006-Sep-04 18:58 UTC
[LLVMdev] bug in llvm-gcc implementation of long long
> What does the preprocessed output of that function look like?long long f4(void) { return (long long)2147483647 + 1; } Using 2147483648LL directly causes the same problem.> -ChrisBest Regards, Rafael
Rafael EspĂndola
2006-Sep-04 19:55 UTC
[LLVMdev] bug in llvm-gcc implementation of long long
> What target triple?i486-linux-gnu> -ChrisRafael
On Mon, 4 Sep 2006, [UTF-8] Rafael Esp?ndola wrote:>> What does the preprocessed output of that function look like? > long long f4(void) { > return (long long)2147483647 + 1; > } > > Using 2147483648LL directly causes the same problem.What target triple? -Chris -- http://nondot.org/sabre/ http://llvm.org/
Possibly Parallel Threads
- [LLVMdev] bug in llvm-gcc implementation of long long
- [LLVMdev] bug in llvm-gcc implementation of long long
- [LLVMdev] bug in llvm-gcc implementation of long long
- [LLVMdev] bug in llvm-gcc implementation of long long
- [LLVMdev] bug in llvm-gcc implementation of long long