<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 --- - r224667 breaks bootstrap on Fedora 20"
href="http://llvm.org/bugs/show_bug.cgi?id=22006">22006</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>r224667 breaks bootstrap on Fedora 20
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</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>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>hjl.tools@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu, rtrieu@google.com
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>On Fedora 20/x86 and Fedora 20/x86-64, r224667:
commit db865a1e4453bcdab9151476cf33c52b7b9eceb6
Author: Richard Trieu <<a href="mailto:rtrieu@google.com">rtrieu@google.com</a>>
Date: Sat Dec 20 02:42:08 2014 +0000
Fix for PR21758
When a non-type template argument expression needs a conversion to change
it
into the argument type, preserve that information by remaking the
TemplateArgument with an expression that has those conversions. Also a
smal
l
fix to template type diffing to handle the extra conversions in some cases.
git-svn-id: <a href="https://llvm.org/svn/llvm-project/cfe/trunk@224667">https://llvm.org/svn/llvm-project/cfe/trunk@224667</a>
91177308-0d34
-0410-b5e6-96231b3b80d8
caused:
FAIL: LLVM :: MC/Mips/mips64-expansions.s (8249 of 12121)
******************** TEST 'LLVM :: MC/Mips/mips64-expansions.s' FAILED
********************
Script:
--
/export/build/gnu/llvm-clang-bootstrap/stage2/build-x86_64-linux/Release+Asserts/bin/llvm-mc
/export/project/git/llvm/test/MC/Mips/mips64-expansions.s
-triple=mips64el-unknown-linux -show-encoding -mcpu=mips64r2 |
/export/build/gnu/llvm-clang-bootstrap/stage2/build-x86_64-linux/Release+Asserts/bin/FileCheck
/export/project/git/llvm/test/MC/Mips/mips64-expansions.s
--
Exit Code: 1
Command Output (stderr):
--
/export/project/git/llvm/test/MC/Mips/mips64-expansions.s:25:10: error:
expected string not found in input
# CHECK: ori $12, $12, 21515 # encoding: [0x0b,0x54,0x8c,0x35]
^
<stdin>:184:2: note: scanning from here
ori $12, $12, 61952 # encoding: [0x00,0xf2,0x8c,0x35]
^
<stdin>:188:2: note: possible intended match here
ori $12, $12, 29696 # encoding: [0x00,0x74,0x8c,0x35]
^
--
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
Testing Time: 15.80s
********************
Failing Tests (1):
LLVM :: MC/Mips/mips64-expansions.s
Expected Passes : 11983
Expected Failures : 82
Unsupported Tests : 55
Unexpected Failures: 1
make[4]: *** [check-local] Error 1
make[4]: Leaving directory
`/export/build/gnu/llvm-clang-bootstrap/stage2/build-x86_64-linux/test'
make[3]: *** [check] Error 2
in stage 2 bootstrap.</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>