This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [C++ PATCH] __builtin_launder
On Mon, Oct 24, 2016 at 11:20 AM, Ville Voutilainen
<ville.voutilainen@gmail.com> wrote:
> 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?
The C++ changes are OK.
Jason