-
-
Notifications
You must be signed in to change notification settings - Fork 224
Open
llvm/llvm-project
#162546Description
Here is a minimal reproducible example:
#include <iostream>
int main()
{
try {
throw "EX";
} catch (const char* const& e) {
std::cout << "e=" << e << '\n';
}
}
The binary produced by the llvm-mingw 20250924 with LLVM 21.1.2 toolchain prints garbage output, unlike binaries built with other toolchains.
This issue breaks the BOOST_<level>_EXCEPTION
macros.
l0rinc and hodlinator
Metadata
Metadata
Assignees
Labels
No labels