Displaying 2 results from an estimated 2 matches for "seh0055".
Did you mean:
seh0035
2020 Mar 27
3
Exceptions on Windows & MSVC
...(-> Test failed; The access violation was optimized away,
> leading to a random result; – forcing the access violation caused no
> catching of the exception)
> seh0019.c (-> No exception caught; Which makes sense because there are no
> catch handler, but MSVC does catch them)
> seh0055.c (-> Test failed; The result is not correct)
>
> sehframes.cpp (-> A certain exception was not caught)
>
>
>
> The following tests didn’t even compiled, instead they crashed the
> compiler:
>
> seh0034.c
>
> seh0035.c
>
> seh0036.c
>
> seh0041.c
&...
2019 Nov 11
4
Exceptions on Windows & MSVC
At Microsoft we open sourced some of our compiler tests for exception
handling on github.
https://github.com/microsoft/compiler-tests
We are looking into what it would take to get these to work with clang-cl.
I’m planning to share a design document on the mailing list soon.
Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: