We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Was this fixed by using a different version of GCC? If so, it's likely a gcc miscompilation.
Sorry, something went wrong.
This is fixed by compiling LLVM and LLVM-GCC with GCC 4.0.3, rather than 4.1.1, so likely a miscompilation...
[flang][nfc] Remove unused variables (llvm#1435)
873b678
These unused variables cause build failures when using `-Werror` (tested with Clang 13). This change was introduced in flang-compiler#1411
No branches or pull requests
Extended Description
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
The text was updated successfully, but these errors were encountered: