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

Reid Kleckner <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Reid Kleckner <[email protected]> ---
This works today on Windows in both mingw and msvc environments:

$ clang++ --target=x86_64-windows-gnu clang_reproduce_issue.cpp -o t.exe &&
./t.exe
value() throwing
printing this
making exception
GOOD - thrown Actual value [print()] did not match [zzz]

$ clang++ --target=x86_64-windows-msvc clang_reproduce_issue.cpp -o t.exe &&
./t.exe
printing this
making exception
GOOD - thrown Actual value [print()] did not match [zzz]

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to