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
{{ message }}
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
In Debug build with ubsan instrumentation I got warning about misaligned access (robin_hood.h line 1991).
With -O2 it works fine. But with -O3 it crushes with segfault.
…ad with unaligned_load and memcpy, which are compiled to the same code but are not undefined behavior.
Additionally, this fixes a bug where the sentinel got erased. So the reproducer works now successfully on my machines
I have faced to strange behavior (suppose UB) while trying to use compound template-generated type as unordered_map KeyType: https://gist.github.com/Nekrolm/47be0ea8644247ee7390f59a4ac3a778
In Debug build with ubsan instrumentation I got warning about misaligned access (robin_hood.h line 1991).
With -O2 it works fine. But with -O3 it crushes with segfault.
g++ -v
The text was updated successfully, but these errors were encountered: