This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ PATCH] PR c++/35878
- From: Jason Merrill <jason at redhat dot com>
- To: Ville Voutilainen <ville dot voutilainen at gmail dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 19 Mar 2017 22:27:47 -0400
- Subject: Re: [C++ PATCH] PR c++/35878
- Authentication-results: sourceware.org; auth=none
- References: <CAFk2RUbPyzFx-rozoCm5PRJ-fWW-VS4kF7o_0c7tVLcDCNpQsg@mail.gmail.com>
On Sun, Mar 19, 2017 at 6:19 PM, Ville Voutilainen
<ville.voutilainen@gmail.com> wrote:
> I ran the tests for g++.dg/init thus far. Does this patch make sense?
The condition needs to be a lot more specific: DR 1748 only applies to
the non-allocating forms in [new.delete.placement], not to other
placement allocation functions.
Jason