[C++ PATCH] __builtin_launder

Ville Voutilainen ville.voutilainen@gmail.com
Mon Oct 24 15:20:00 GMT 2016


On 24 October 2016 at 17:23, Jakub Jelinek <jakub@redhat.com> wrote:
> Here is what I've bootstrapped/regtested on x86_64-linux and i686-linux.
> ECF_NOVOPS is in there, launder(launder (...)) opt still missing, but can be
> added incrementally, if we find a need for that.  Ok for trunk?


I think it would be a good idea to check that the laundering works
when structs with
const members or reference members are replaced in a storage location. But I can
certainly add such tests myself. ;)



More information about the Libstdc++ mailing list