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 target triple? > i486-linux-gnuOkay, that is very very strange. This sounds like a failure in the GCC part of the compiler somehow, as constant+constant is folded before we get to it. Can you try to track this down a bit to see what is going wrong? -Chris -- http://nondot.org/sabre/ http://llvm.org/
Rafael EspĂndola
2006-Sep-05 01:15 UTC
[LLVMdev] bug in llvm-gcc implementation of long long
> Okay, that is very very strange. This sounds like a failure in the GCC > part of the compiler somehow, as constant+constant is folded before we > get to it. Can you try to track this down a bit to see what is going > wrong?Sure. I will have a look tomorrow morning. Maybe it is a bug in the particular GCC revision that is used. I will try to compile it without LLVM and check.> -ChrisBest Regards, Rafael
Reasonably Related 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] trying to bootstrap gcc 4.0.1 and the cvs llvm
- [LLVMdev] hacked up llvm-gcc bootstraps on linux-x86_64