<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:efriedma@quicinc.com" title="Eli Friedman <efriedma@quicinc.com>"> <span class="fn">Eli Friedman</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - Clang on Windows: under FE_UPWARD printf(“%.1f\n”, 0.0) prints 0.1 instead of 0.0"
href="https://bugs.llvm.org/show_bug.cgi?id=51542">bug 51542</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 - Clang on Windows: under FE_UPWARD printf(“%.1f\n”, 0.0) prints 0.1 instead of 0.0"
href="https://bugs.llvm.org/show_bug.cgi?id=51542#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - Clang on Windows: under FE_UPWARD printf(“%.1f\n”, 0.0) prints 0.1 instead of 0.0"
href="https://bugs.llvm.org/show_bug.cgi?id=51542">bug 51542</a>
from <span class="vcard"><a class="email" href="mailto:efriedma@quicinc.com" title="Eli Friedman <efriedma@quicinc.com>"> <span class="fn">Eli Friedman</span></a>
</span></b>
<pre>(In reply to Pavel Morozkin from <a href="show_bug.cgi?id=51542#c3">comment #3</a>)
<span class="quote">> @Eli Friedman
> 1. Ok, if the issue is in the Microsoft's C runtime, then close the issue
> with "not a problem".</span >
Okay, closing.
<span class="quote">> 2. Is it possible for "clang on Windows" to switch from Microsoft's C
> runtime to other runtime? If so, how?
> 3. Extra: why "clang on Windows" uses Microsoft's C runtime and not other
> runtime?</span >
clang basically has three Windows targets: x86_64-windows-msvc (Microsoft SDK),
x86_64-windows-gnu (MinGW SDK, which uses the Microsoft C library), and
x86_64-windows-cygnus (Cygwin). You can switch between this with the --target
flag.</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>