-
Bug
-
Resolution: Won't Fix
-
Medium
-
Code Generation Tools
-
CODEGEN-4308
-
MSP430_18.1.0.LTS
-
The following code results in either a hang or an unaligned access error at runtime: #include <memory> int main(void) { int...
-
This is expected behavior, and the runtime issues are reproducible on gcc and clang as well. Binding a temporary to a shared_pt...
Unaligned access using shared_ptr