You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, that implementation defined check fails on 32-bit targets not only with gcc, but also with clang. Looks like previously it was a UB failing on MSVC instead. The proper fix would require some expert to dig into, since it is not just the assert, but also a very real underlying alignment problem potentially leading to UB on some implementations. I think ASAN tests would catch this and provide more insight. It would be nice to have CI/CD which would check at least MSVC, clang and gcc.
Related to #1192
Gentoo Linux
sol2 v3.3.1
https://bugs.gentoo.org/925076
The text was updated successfully, but these errors were encountered: