<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:echristo@gmail.com" title="Eric Christopher <echristo@gmail.com>"> <span class="fn">Eric Christopher</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - IE - Illegal instrustion"
href="https://llvm.org/bugs/show_bug.cgi?id=16210">bug 16210</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>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - IE - Illegal instrustion"
href="https://llvm.org/bugs/show_bug.cgi?id=16210#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - IE - Illegal instrustion"
href="https://llvm.org/bugs/show_bug.cgi?id=16210">bug 16210</a>
from <span class="vcard"><a class="email" href="mailto:echristo@gmail.com" title="Eric Christopher <echristo@gmail.com>"> <span class="fn">Eric Christopher</span></a>
</span></b>
<pre>Seems fixed:
echristo-macbookpro2:~/tmp> ~/builds/build-llvm/Debug+Asserts/bin/clang -c
pre.i -O2
In file included from pre.i:1:
cq242833.c:170:77: warning: the semantics of this intrinsic changed with GCC
version 4.4 - the newer semantics are provided here
[-Wsync-fetch-and-nand-semantics-changed]
dtype intrin_res = GEN_BE_INTRIN_NAME(__sync_fetch_and_nand)(pval1, val2);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
cq242833.c:180:71: warning: the semantics of this intrinsic changed with GCC
version 4.4 - the newer semantics are provided here
[-Wsync-fetch-and-nand-semantics-changed]
intrin_res = GEN_BE_INTRIN_NAME(__sync_nand_and_fetch)(pval1, val2);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
2 warnings generated.</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>