This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C++ PATCH] __builtin_launder


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. ;)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]