[LLVMbugs] [Bug 19738] New: clang-cl.exe crashes
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed May 14 02:53:12 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19738
Bug ID: 19738
Summary: clang-cl.exe crashes
Product: clang
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: wilfried.kirschenmann at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 12513
--> http://llvm.org/bugs/attachment.cgi?id=12513&action=edit
diagnostic msg
1>clang-cl.exe : warning : argument unused during compilation: '/ZI'
1>clang-cl.exe : warning : argument unused during compilation: '/Gm'
1>clang-cl.exe : warning : argument unused during compilation: '/EHsc'
1>clang-cl.exe : warning : argument unused during compilation: '/GS'
1>clang-cl.exe : warning : argument unused during compilation: '/openmp'
1>clang-cl.exe : warning : argument unused during compilation:
'/FdDebug\vc110.pdb'
1>clang-cl.exe : warning : argument unused during compilation: '/Gd'
1> In file included from example1.cpp:4:
1> In file included from ./targets.h:4:
1>./targets\scalar_cpu.h(25,3): warning : __declspec attribute 'restrict' is
not supported [-Wignored-attributes]
1> ANEO_RESTRICT ANEO_ALIGN void * allocate(size_t size)
1> ^
1> ./targets/internals\common.h(5,34) : note: expanded from macro
'ANEO_RESTRICT'
1> #define ANEO_RESTRICT __declspec(restrict)
1> ^
1> In file included from example1.cpp:4:
1> In file included from ./targets.h:10:
1>./targets\allocator.h(23,3): warning : __declspec attribute 'noalias' is not
supported [-Wignored-attributes]
1> ANEO_NOALIAS pointer allocate (size_type n, const void *
=0) throw(std::bad_alloc)
1> ^
1> ./targets/internals\common.h(6,34) : note: expanded from macro
'ANEO_NOALIAS'
1> #define ANEO_NOALIAS __declspec(noalias)
1> ^
1>example1.cpp(50,9): warning : __declspec attribute 'restrict' is not
supported [-Wignored-attributes]
1> inline ANEO_RESTRICT void * operator new (std::size_t s)
1> ^
1> ./targets/internals\common.h(5,34) : note: expanded from macro
'ANEO_RESTRICT'
1> #define ANEO_RESTRICT __declspec(restrict)
1> ^
1>example1.cpp(54,9): warning : __declspec attribute 'restrict' is not
supported [-Wignored-attributes]
1> inline ANEO_RESTRICT void * operator new[] (std::size_t s)
1> ^
1> ./targets/internals\common.h(5,34) : note: expanded from macro
'ANEO_RESTRICT'
1> #define ANEO_RESTRICT __declspec(restrict)
1> ^
1>CL : error : cannot mangle RTTI descriptors for type 'bad_cast' yet
1>CL : error : cannot mangle the name of type 'bad_cast' into RTTI descriptors
yet
1>CL : error : cannot mangle RTTI descriptors for type 'exception' yet
1>CL : error : cannot mangle the name of type 'exception' into RTTI descriptors
yet
1>CL : error : cannot mangle RTTI descriptors for type 'bad_cast' yet
1>CL : error : cannot mangle the name of type 'bad_cast' into RTTI descriptors
yet
1>CL : error : cannot mangle RTTI descriptors for type 'exception' yet
1>CL : error : cannot mangle the name of type 'exception' into RTTI descriptors
yet
1>CL : error : cannot mangle RTTI descriptors for type 'bad_cast' yet
1>CL : error : cannot mangle the name of type 'bad_cast' into RTTI descriptors
yet
1>CL : error : cannot mangle RTTI descriptors for type 'exception' yet
1>CL : error : cannot mangle the name of type 'exception' into RTTI descriptors
yet
1>CL : error : cannot mangle RTTI descriptors for type 'bad_cast' yet
1>CL : error : cannot mangle the name of type 'bad_cast' into RTTI descriptors
yet
1>CL : error : cannot mangle RTTI descriptors for type 'exception' yet
1>CL : error : cannot mangle the name of type 'exception' into RTTI descriptors
yet
1>CL : error : cannot mangle RTTI descriptors for type 'bad_cast' yet
1>CL : error : cannot mangle the name of type 'bad_cast' into RTTI descriptors
yet
1>CL : error : cannot mangle RTTI descriptors for type 'exception' yet
1>CL : fatal error : too many errors emitted, stopping now [-ferror-limit=]
1> Global is marked as dllimport, but not external
1> %"class.std::locale::id"* @"\01?id@?$numpunct at D@std@@2V0locale at 2@A"
1> Global is marked as dllimport, but not external
1> %"class.std::locale::id"* @"\01?id@?$numpunct at _W@std@@2V0locale at 2@A"
1> Stack dump:
1> 0. Program arguments: C:\Program Files (x86)\LLVM\msbuild-bin\CL.exe
-cc1 -triple i386-pc-win32 -emit-obj -mrelax-all -disable-free -main-file-name
example1.cpp -mrelocation-model static -mdisable-fp-elim -fmath-errno
-masm-verbose -mconstructor-aliases -target-cpu pentium4 -D_DEBUG -D_MT -D_DLL
--dependent-lib=msvcrtd --dependent-lib=oldnames -fno-rtti -fdiagnostics-format
msvc -coverage-file c:\Users\wkirschenmann\documents\visual studio
2012\Projects\AcceleratedArrays\AcceleratedArrays\Debug\example1.obj
-resource-dir C:\Program Files (x86)\LLVM\msbuild-bin\..\lib\clang\3.5 -D WIN32
-D _DEBUG -D _LIB -D _UNICODE -D UNICODE -internal-isystem C:\Program Files
(x86)\LLVM\msbuild-bin\..\lib\clang\3.5\include -internal-isystem C:\Program
Files (x86)\Microsoft Visual Studio 11.0\VC\include -internal-isystem
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\atlmfc\include
-internal-isystem C:\Program Files (x86)\Windows Kits\8.0\Include\um
-internal-isystem C:\Program Files (x86)\Windows Kits\8.0\Include\shared
-internal-isystem C:\Program Files (x86)\Windows Kits\8.0\Include\winrt -O0
-Wall -Wno-error -std=c++11 -fdeprecated-macro -fdebug-compilation-dir
XXXXXXXXXXXXX -ferror-limit 19 -fmessage-length 0 -mstackrealign
-fms-extensions -fms-compatibility -fmsc-version=1700
-fdelayed-template-parsing -fobjc-runtime=gcc -fcxx-exceptions -fexceptions
-fdiagnostics-show-option -vectorize-slp -o Debug\example1.obj -x c++
example1.cpp
1> 1. <eof> parser at end of file
1> 2. Per-function optimization
1>clang-cl.exe : error : clang frontend command failed with exit code 70 (use
-v to see invocation)
1> clang version 3.5 (203967)
1> Target: i386-pc-win32
1> Thread model: posix
1> clang-cl.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.
1> clang-cl.exe: note: diagnostic msg:
1> ********************
1>
1> PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
1> Preprocessed source(s) and associated run script(s) are located at:
1> clang-cl.exe: note: diagnostic msg: example1-46a616.cpp
1> clang-cl.exe: note: diagnostic msg: example1-46a616.sh
1>
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/20140514/25327f0e/attachment.html>
More information about the llvm-bugs
mailing list