[Bug libstdc++/93121] std::bit_cast missing
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jul 17 16:27:21 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93121
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Oh, and the patch doesn't differentiate between storing of indeterminate values
into unsigned char or std::byte and other stores, all of them are treated as
problematic. Will defer that to PR96223, but the code knows from the
indeterminate bits mask and type it is stored to whether that would be a case
or not.
More information about the Gcc-bugs
mailing list