[llvm-bugs] [Bug 43130] New: [WinEH] Revisit ihateeh.cxx test in compiler-tests from Microsoft

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Aug 27 15:52:38 PDT 2019


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

            Bug ID: 43130
           Summary: [WinEH] Revisit ihateeh.cxx test in compiler-tests
                    from Microsoft
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Common Code Generator Code
          Assignee: unassignedbugs at nondot.org
          Reporter: rnk at google.com
                CC: llvm-bugs at lists.llvm.org

This is a great C++ EH test case:
https://github.com/microsoft/compiler-tests/blob/master/eh/ihateeh.cxx

This test specifically makes sure that temporary objects are properly destroyed
along various unwinding code paths. Currently it doesn't pass with clang-cl,
and I wanted to write that down in case someone wants to debug it further.

-- 
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/20190827/613a96b2/attachment.html>


More information about the llvm-bugs mailing list