[llvm-bugs] [Bug 26933] New: clang++ frontend command failed due to signal
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Mar 13 23:51:44 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=26933
Bug ID: 26933
Summary: clang++ frontend command failed due to signal
Product: clang
Version: 3.8
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: katayama.hirofumi.mz at gmail.com
CC: dgregor at apple.com, llvm-bugs at lists.llvm.org
Classification: Unclassified
katahiromz:/c/Users/katahiromz/Desktop/cc/LLVM/Clang-tutorial (master *=) $
clang++ --version
clang version 3.8.0 (tags/RELEASE_380/final)
Target: i686-w64-windows-gnu
Thread model: posix
InstalledDir: C:\msys64\mingw32\bin
katahiromz:/c/Users/katahiromz/Desktop/cc/LLVM/Clang-tutorial (master *=) $
makeclang++ -Wall -pedantic
-IC:/repo/mingw-w64-clang/src/llvm-3.8.0.src/tools/clang/include
-IC:\msys64\mingw32/tools/clang/include -IC:\msys64\mingw32/include
-D_GNU_SOURCE -D_LIBCPP_HAS_NO_CONSTEXPR -Wall -W -Wno-unused-parameter
-Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic
-Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment
-std=gnu++11 -O2 -DNDEBUG -fno-exceptions -fno-rtti -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -c -o tutorial1.o
tutorial1.cpp
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
#0 0x099432db
#1 0x0303dfc0
#2 0x00e05481 (C:\msys64\mingw32\bin\clang++.exe+0xa05481)
#3 0x0a0aece8
#4 0x0303e398
#5 0x0303e528
clang++.exe: error: clang frontend command failed due to signal (use -v to see
invocation)
clang version 3.8.0 (tags/RELEASE_380/final)
Target: i686-w64-windows-gnu
Thread model: posix
InstalledDir: C:\msys64\mingw32\bin
clang++.exe: 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++.exe: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang++.exe: note: diagnostic msg: C:\msys64\tmp\tutorial1-9b3f5a.cpp
clang++.exe: note: diagnostic msg: C:\msys64\tmp\tutorial1-9b3f5a.sh
clang++.exe: note: diagnostic msg:
********************
<ビルトイン>: ターゲット 'tutorial1.o' のレシピで失敗しました
make: *** [tutorial1.o] エラー 1
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160314/8a464065/attachment.html>
More information about the llvm-bugs
mailing list