Language
C++
Compiler
clang 8.0.0
Options
Warnings
Optimization
Don't Use Boost
C++17
-pedantic
$ clang++ prog.cc -Wall -Wextra -O2 -march=native -std=c++17 -pedantic
Exit Code:
254
Author
anonymous
almost 6 years ago
C++
clang 8.0.0
Author
anonymous
almost 6 years ago
$ clang++ prog.cc -Wall -Wextra -O2 -march=native -std=c++17 -pedantic
clang-8: error: unable to execute command: Killed
clang-8: error: clang frontend command failed due to signal (use -v to see invocation)
clang version 8.0.0 (tags/RELEASE_800/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /opt/wandbox/clang-8.0.0/bin
clang-8: note: diagnostic msg: PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script.
clang-8: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang-8: note: diagnostic msg: /tmp/prog-267e75.cpp
clang-8: note: diagnostic msg: /tmp/prog-267e75.sh
clang-8: note: diagnostic msg:
********************