Bugzilla – Bug 1063
test/Regression/Transforms/InstCombine/2006-04-01-InfLoop fails on amd64
Last modified: 2007-01-04 00:11:27
You need to log in before you can comment on or make changes to this bug.
test/Regression/Transforms/InstCombine/2006-04-01-InfLoop.ll failure on amd64, on LLVM being built with gcc 3.4.6 A snippet of the run output is below, with more detailed output in attachments. -Chandler
Created an attachment (id=527) [details] output from llvm-upgrade
Created an attachment (id=528) [details] llvm-as output
Created an attachment (id=529) [details] opt output -- from GDB
Created an attachment (id=530) [details] Detailed run output, shows the inf loop
Was this fixed by using a different version of GCC? If so, it's likely a gcc miscompilation.
This is fixed by compiling LLVM and LLVM-GCC with GCC 4.0.3, rather than 4.1.1, so likely a miscompilation...