<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 --- - lld: build warnings from gcc 4.8.2 on Ubuntu"
href="http://llvm.org/bugs/show_bug.cgi?id=20873">20873</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>lld: build warnings from gcc 4.8.2 on Ubuntu
</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>yaron.keren@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>[ 98%] Building CXX object
tools/lld/lib/ReaderWriter/PECOFF/CMakeFiles/lldPECOFF.dir/ReaderCOFF.cpp.o
/home/yaron/llvm/tools/lld/lib/ReaderWriter/PECOFF/ReaderCOFF.cpp: In member
function ‘std::error_code {anonymous}::FileCOFF::maybeCreateSXDataAtoms()’:
/home/yaron/llvm/tools/lld/lib/ReaderWriter/PECOFF/ReaderCOFF.cpp:902:56:
warning: enumeral mismatch in conditional expression:
‘llvm::COFF::RelocationTypeAMD64’ vs ‘llvm::COFF::RelocationTypeI386’
[-Wenum-compare]
: llvm::COFF::IMAGE_REL_I386_DIR32,
[ 98%] Building CXX object
tools/lld/lib/ReaderWriter/PECOFF/CMakeFiles/lldPECOFF.dir/WriterPECOFF.cpp.o
/home/yaron/llvm/tools/lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp: In member
function ‘void
lld::pecoff::{anonymous}::AtomChunk::addBaseRelocations(std::vector<long
unsigned int>&) const’:
/home/yaron/llvm/tools/lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp:645:36:
warning: enumeral mismatch in conditional expression:
‘llvm::COFF::RelocationTypeAMD64’ vs ‘llvm::COFF::RelocationTypeI386’
[-Wenum-compare]
: llvm::COFF::IMAGE_REL_I386_DIR32;
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)</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>