<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:ndesaulniers@google.com" title="Nick Desaulniers <ndesaulniers@google.com>"> <span class="fn">Nick Desaulniers</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - bad literal and implicit cast inserted for aarch32 unsigned long literal"
href="https://bugs.llvm.org/show_bug.cgi?id=45593">bug 45593</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;">Resolution</td>
<td>---
</td>
<td>INVALID
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - bad literal and implicit cast inserted for aarch32 unsigned long literal"
href="https://bugs.llvm.org/show_bug.cgi?id=45593#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - bad literal and implicit cast inserted for aarch32 unsigned long literal"
href="https://bugs.llvm.org/show_bug.cgi?id=45593">bug 45593</a>
from <span class="vcard"><a class="email" href="mailto:ndesaulniers@google.com" title="Nick Desaulniers <ndesaulniers@google.com>"> <span class="fn">Nick Desaulniers</span></a>
</span></b>
<pre>Ah, sorry, I did some bad math (and forgot my rules for ILP32 vs LP64).
0x5346434e49 > ULONG_MAX (4294967295). This literal should be 0x5346434e49ull,
or better yet "INCFS" as an unsigned long that's compatible for ILP32 targets.
<a href="https://lore.kernel.org/linux-fsdevel/20190502040331.81196-2-ezemtsov@google.com/">https://lore.kernel.org/linux-fsdevel/20190502040331.81196-2-ezemtsov@google.com/</a></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>