Displaying 2 results from an estimated 2 matches for "seh0050".
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:
2020 Mar 27
3
Exceptions on Windows & MSVC
...n exception was not caught)
>
>
>
> The following tests didn’t even compiled, instead they crashed the
> compiler:
>
> seh0034.c
>
> seh0035.c
>
> seh0036.c
>
> seh0041.c
>
> seh0042.c
>
> seh0043.c
>
> seh0048.c
>
> seh0049.c
>
> seh0050.c
> xcpt4u.c
>
>
>
> I hope that helped in some way – any comments or suggestions? I’m up for
> it!
>
>
>
> *From:* llvm-dev <llvm-dev-bounces at lists.llvm.org> *On Behalf Of *Aaron
> Smith via llvm-dev
> *Sent:* 11 November 2019 23:03
> *To:* llvm-dev...