<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Error during compilation with cling"
href="http://llvm.org/bugs/show_bug.cgi?id=21253">21253</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Error during compilation with cling
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>-New Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>luis.delperal@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>1. <eof> parser at end of file
2. Per-module optimization passes
3. Running pass 'Function Pass Manager' on module
'/opt/root-6.02.00.source/math/matrix/src/TDecompSparse.cxx'.
4. Running pass 'Loop Pass Manager' on function
'@_ZN13TDecompSparse11Factor_sub2EiiPdiPiiS1_S1_iRiS1_S1_S1_S0_S1_'
5. Running pass 'Unroll loops' on basic block '%for.body766'
clang: error: unable to execute command: Aborted (core dumped)
clang: error: clang frontend command failed due to signal (use -v to see
invocation)
clang version 3.6.0 (trunk 219583)
Target: x86_64-unknown-linux-gnu
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to
<a href="http://llvm.org/bugs/">http://llvm.org/bugs/</a> and include the crash backtrace, preprocessed source, and
associated run script.
clang: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/TDecompSparse-b2f04b.cpp
clang: note: diagnostic msg: /tmp/TDecompSparse-b2f04b.sh
clang: note: diagnostic msg:
********************
make: *** [math/matrix/src/TDecompSparse.o] Error 254
make: *** Waiting for unfinished jobs....
root@cosmic:/opt/root-6.02.00.source#
TDecompSparse-b2f04b.sh file -------------------------------------------------
"/usr/local/bin/clang" -cc1 -triple x86_64-unknown-linux-gnu -emit-obj
-disable-free -main-file-name TDecompSparse.cxx -mrelocation-model pic
-pic-level 2 -mthread-model posix -fmath-errno -masm-verbose
-mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64
-target-linker-version 2.24 -momit-leaf-frame-pointer -dwarf-column-info -D
"NDEBUG" -D "R__HAVE_CONFIG" -O2 -Wshadow -Wall -W -Woverloaded-virtual
-Wno-deprecated-declarations -std=c++11 -fdeprecated-macro -ferror-limit 19
-fmessage-length 147 -pthread -mstackrealign -fobjc-runtime=gcc
-fcxx-exceptions -fexceptions -fdiagnostics-show-option -fcolor-diagnostics
-vectorize-loops -vectorize-slp -x c++ TDecompSparse-b2f04b.cpp</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>