[llvm-bugs] [Bug 13137] MinGW 4.7.0-compiled Clang Mis-compiles Simple C++ Programs

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Oct 21 19:53:38 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=13137

Yaron Keren <yaron.keren at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Yaron Keren <yaron.keren at gmail.com> ---
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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151022/a6e916ba/attachment.html>


More information about the llvm-bugs mailing list