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: unassignedclangb...@nondot.org Reporter: katayama.hirofumi...@gmail.com CC: dgre...@apple.com, llvm-bugs@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.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs