On Mon, Mar 21, 2011 at 2:29 PM, Matthew Fluet <span dir="ltr">&lt;<a href="mailto:matthew.fluet@gmail.com">matthew.fluet@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">Is it warning about code in our runtime, or in header files that are</div>
included?  I only see &quot;long long&quot; used in gdtoa, gen/c-types.c, and<br>
platform/sysctl.c.<br>
</blockquote></div><br><div>Only the runtime, but every file at least once due to cenv.h&#39;s UINT64_MAX comparison ifdef... and some files warn many many times.</div><div><br></div><div>It&#39;s complaining about the ULL suffix, not use of an explicit long long type.</div>
<div><br></div><div>IMO this is a gcc bug, but an easy one to shut up.</div><div><br></div>