<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:chengniansun@gmail.com" title="Chengnian Sun <chengniansun@gmail.com>"> <span class="fn">Chengnian Sun</span></a>
</span> changed
<a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - Overflow in constant expressions not caught"
href="http://llvm.org/bugs/show_bug.cgi?id=2729">bug 2729</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>RESOLVED
</td>
<td>REOPENED
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>chengniansun@gmail.com
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>FIXED
</td>
<td>---
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - Overflow in constant expressions not caught"
href="http://llvm.org/bugs/show_bug.cgi?id=2729#c13">Comment # 13</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - Overflow in constant expressions not caught"
href="http://llvm.org/bugs/show_bug.cgi?id=2729">bug 2729</a>
from <span class="vcard"><a class="email" href="mailto:chengniansun@gmail.com" title="Chengnian Sun <chengniansun@gmail.com>"> <span class="fn">Chengnian Sun</span></a>
</span></b>
<pre>I think the bug is still there. I have the following code
///////////////////// clang-constant-overflow.c ////////////
char g = 0x8FL;
/////////////////////// end ///////////////////////////////
I use the following command to compile it
$clang-trunk -Wall -Wextra -c -pedantic -std=c11 clang-constant-overflow.c
$cat clang-constant-overflow.c
char g = 0x8FL;
$clang-trunk --version
clang version 3.5 (trunk 198918)
Target: x86_64-unknown-linux-gnu
Thread model: posix</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>