<html>
<head>
<base href="https://bugs.llvm.org/">
</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 - plumhall interps/interp94.c test failed."
href="https://bugs.llvm.org/show_bug.cgi?id=35475">35475</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>plumhall interps/interp94.c test failed.
</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>Hsiangkai@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=19491" name="attach_19491" title="Reduced plumhall test case interps/interp94.c">attachment 19491</a> <a href="attachment.cgi?id=19491&action=edit" title="Reduced plumhall test case interps/interp94.c">[details]</a></span>
Reduced plumhall test case interps/interp94.c
Plumhall interps/interp94.c will test 'the minimum negative number' and 'the
recalculated minimum negative number by power of 2' is the same or not. In LLVM
6.0.0 will test failed in this case. Attachment is the reduced case according
to interps/interp94.c in plumhall.
~/sandbox/plumhall/bug $ ~/llvm-x86/bin/clang --version
clang version 5.0.0 (<a href="https://github.com/llvm-mirror/clang.git">https://github.com/llvm-mirror/clang.git</a>
7e8743f82ac7957c66d9c2444996be5b1218673b)
(<a href="https://github.com/llvm-mirror/llvm.git">https://github.com/llvm-mirror/llvm.git</a>
657c31173ea30090583e40c7a9204561d9c2d8c4)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/users/kai/llvm-x86/bin
~/sandbox/plumhall/bug $ ~/llvm-x86/bin/clang -m32 -O3 test.c
~/sandbox/plumhall/bug $ ./a.out
test success
~/sandbox/plumhall/bug $ ~/llvm-dev/bin/clang --version
clang version 6.0.0 (<a href="https://github.com/llvm-mirror/clang.git">https://github.com/llvm-mirror/clang.git</a>
9f9177d3ef72580ca29e8844327f63d7aa1908af)
(<a href="https://github.com/llvm-mirror/llvm.git">https://github.com/llvm-mirror/llvm.git</a>
75de121e01e390e4ca6e7e51c10ad27006cdc97a)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/users/kai/llvm-dev/bin
~/sandbox/plumhall/bug $ ~/llvm-dev/bin/clang -m32 -O3 test.c
~/sandbox/plumhall/bug $ ./a.out
test failed</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>