<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:yaron.keren@gmail.com" title="Yaron Keren <yaron.keren@gmail.com>"> <span class="fn">Yaron Keren</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - MinGW 4.7.0-compiled Clang Mis-compiles Simple C++ Programs"
href="https://llvm.org/bugs/show_bug.cgi?id=13137">bug 13137</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 - MinGW 4.7.0-compiled Clang Mis-compiles Simple C++ Programs"
href="https://llvm.org/bugs/show_bug.cgi?id=13137#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - MinGW 4.7.0-compiled Clang Mis-compiles Simple C++ Programs"
href="https://llvm.org/bugs/show_bug.cgi?id=13137">bug 13137</a>
from <span class="vcard"><a class="email" href="mailto:yaron.keren@gmail.com" title="Yaron Keren <yaron.keren@gmail.com>"> <span class="fn">Yaron Keren</span></a>
</span></b>
<pre>clang++.exe test1.cpp -O0 -o test1.exe with this test1.cpp example works OK
with clang++ r250894 and both gcc version 4.8.1 (GCC) [from Mingw.org] and gcc
version 4.9.3 (i686-posix-dwarf-rev1, Built by MinGW-W64 project).
This linked dynamically against libstdc++ which is the default. Compiling with
-static also produced working exectuable so overall this bug does not seem to
exist anymore.</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>