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
spec2k6 456.hmmer build fail. one of the errors can be reproduce by the following code:
double bar(void); double foo() { static double u; u = bar(); return u; }
cmd:
xcalcc -c a.c
error:
2023-10-28 11:52:11,553 - xcalcc - ERROR - /open64/bin/../lib/gcc-lib/x86_64-open64-linux/5.0/llc: error: /open64/bin/../lib/gcc-lib/x86_64-open64-linux/5.0/llc: a.O.ll:4:33: error: null must be a pointer type @u_1_1 = internal global double null, align 8 ^ (xcalcc:630)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
spec2k6 456.hmmer build fail.
one of the errors can be reproduce by the following code:
cmd:
error:
The text was updated successfully, but these errors were encountered: