<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 --- - Fails to build with: Attributes.cpp:599:43: error: no match for ‘operator++’ in ‘++Kind’"
href="http://llvm.org/bugs/show_bug.cgi?id=15288">15288</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Fails to build with: Attributes.cpp:599:43: error: no match for ‘operator++’ in ‘++Kind’
</td>
</tr>
<tr>
<th>Product</th>
<td>Build scripts
</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>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>autoconf
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>darxus@chaosreigns.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>I added llvm to my build test system yesterday. Today it failed to build,
with:
In file included from
/home/darxus/source.test.master/llvm/include/llvm/IR/Argument.h:19:0,
from
/home/darxus/source.test.master/llvm/include/llvm/IR/Function.h:21,
from AutoUpgrade.cpp:16:
/home/darxus/source.test.master/llvm/include/llvm/IR/Attributes.h:104:17:
warning: comma at end of enumerator list [-pedan
tic]
In file included from
/home/darxus/source.test.master/llvm/include/llvm/IR/Argument.h:19:0,
from
/home/darxus/source.test.master/llvm/include/llvm/IR/Function.h:21,
from
/home/darxus/source.test.master/llvm/include/llvm/IR/IntrinsicInst.h:28,
from AsmWriter.cpp:29:
/home/darxus/source.test.master/llvm/include/llvm/IR/Attributes.h:104:17:
warning: comma at end of enumerator list [-pedan
tic]
In file included from
/home/darxus/source.test.master/llvm/include/llvm/IR/Argument.h:19:0,
from
/home/darxus/source.test.master/llvm/include/llvm/IR/Function.h:21,
from ConstantFold.cpp:24:
/home/darxus/source.test.master/llvm/include/llvm/IR/Attributes.h:104:17:
warning: comma at end of enumerator list [-pedan
tic]
In file included from Attributes.cpp:16:0:
/home/darxus/source.test.master/llvm/include/llvm/IR/Attributes.h:104:17:
warning: comma at end of enumerator list [-pedantic]
In file included from
/home/darxus/source.test.master/llvm/include/llvm/IR/Instructions.h:21:0,
from BasicBlock.cpp:18:
/home/darxus/source.test.master/llvm/include/llvm/IR/Attributes.h:104:17:
warning: comma at end of enumerator list [-pedantic]
Attributes.cpp: In static member function ‘static llvm::AttributeSet
llvm::AttributeSet::get(llvm::LLVMContext&, unsigned int, llvm::AttrBuilder&)’:
Attributes.cpp:599:43: error: no match for ‘operator++’ in ‘++Kind’
/bin/rm: cannot remove
`/home/darxus/source.test.master/llvm/lib/IR/Debug+Asserts/Attributes.d.tmp':
No such file or directory
make[1]: ***
[/home/darxus/source.test.master/llvm/lib/IR/Debug+Asserts/Attributes.o] Error
1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/home/darxus/source.test.master/llvm/lib/IR'
make: *** [all] Error 1
2013-02-16-12-00 631dd86804c3e74652d555b82ffe2f4750c81d68 good llvm
2013-02-16-14-15 b26f98fa1f098b527cc84ef7535fe84d89953c21 bad llvm
Last known good and first known bad are not sequential. First known bad is the
latest commit. I'm deleting the install prefix and running "git clean -xfd"
every build.
I think this bug should probably be filed under "libraries", but I have no idea
which component "IR" corresponds to, if any.</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>