<html>
<head>
<base href="https://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 --- - RuntimeDyldELF.cpp:389:53: warning: left shift of negative value"
href="https://llvm.org/bugs/show_bug.cgi?id=23532">23532</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>RuntimeDyldELF.cpp:389:53: warning: left shift of negative value
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</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>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>octoploid@yandex.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>Seen when compiling trunk with gcc-6:
In file included from
/home/trippels/gcc_test/usr/local/include/c++/6.0.0/cassert:43:0,
from
/home/trippels/llvm/include/llvm/Support/TargetRegistry.h:26,
from
/home/trippels/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:26:
/home/trippels/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp: In
member function ‘void llvm::RuntimeDyldELF::resolveAArch64Relocation(const
llvm::SectionEntry&, uint64_t, uint64_t, uint32_t, int64_t)’:
/home/trippels/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:389:53:
warning: left shift of negative value [-Wshift-negative-value]
assert(static_cast<int64_t>(Result) >= (-1LL << 32) &&
^
[ 19%] Building CXX object lib/Support/CMakeFiles/LLVMSu</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>