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
Hi there,
The following piece of code:
int main(int argc, char **argv) { __c11_atomic_signal_fence(argc); }
causes Clang r318692 with today's patches to crash as follows:
fatal error: error in backend: Cannot select: 0x8066806e8: ch = AtomicFence 0x80661cc40, Constant:i64<7>, Constant:i64<0> 0x806680548: i64 = Constant<7> 0x806680068: i64 = Constant<0> In function: main clang-6.0: error: clang frontend command failed with exit code 70 (use -v to see invocation) clang version 6.0.0 (trunk 318692) Target: riscv64-unknown-cloudabi Thread model: posix InstalledDir: /usr/local/bin clang-6.0: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script. clang-6.0: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: clang-6.0: note: diagnostic msg: /tmp/bla-aa1f6f.c clang-6.0: note: diagnostic msg: /tmp/bla-aa1f6f.sh clang-6.0: note: diagnostic msg: ********************
Best regards, Ed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
The following piece of code:
causes Clang r318692 with today's patches to crash as follows:
Best regards,
Ed
The text was updated successfully, but these errors were encountered: