-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-4307
-
MSP430_18.1.0.LTS
-
MSP430_18.9.0.STS
-
std::addressof does not work for targets with differently sized data and function pointers void f(int) {} void (*ptr)(int) = &f...
std::addressof ill-formed on targets with different function and data pointer sizes