[PATCH] Improve API docs for <memory> and <new>

Christophe Lyon christophe.lyon@linaro.org
Mon May 13 12:02:00 GMT 2019


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



More information about the Gcc-patches mailing list