Issue 63318
Summary clang 16.0.0 crash when compiling program with exceptions
Labels new issue
Assignees
Reporter dje64240
    I made a small C++ program from a bigger one, to be able to isolate the issue and to compile it as standalone code.
Clang 16.0.0 on Windows crashes when compiling it using -O2.

C++ file: [https://github.com/dje64240/clang-crash](url)
Compiled with: **clang -c -O2 crash.cpp**
Result: [crash.txt](https://github.com/llvm/llvm-project/files/11749921/crash.txt)

_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to