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: [PATCH] Improve API docs for <memory> and <new>


Hi Jonathan,

On Fri, 10 May 2019 at 23:41, Jonathan Wakely <jwakely@redhat.com> wrote:
>
> More Doxygenation.
>
> Tested powerpc64le-linux. Committed to trunk.
>
>

You've probably noticed by now, but this introduced a regression (!):
FAIL: g++.dg/cpp0x/Wattributes1.C  -std=c++14  (test for warnings, line 125)

This is because you added a line to libstdc++-v3/libsupc++/new and the
warning now appears at line 126....

I can certainly patch the test and replace 125 with 126 in it, I'm
just not sure want to keep this fragile dependency?

Christophe


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