This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] Add INCLUDE_UNIQUE_PTR and use it (PR bootstrap/82610)


On Mon, 23 Oct 2017, David Malcolm wrote:
> Here's a different patch, which instead moves the include of our
> "unique-ptr.h" to system.h (conditionalized on INCLUDE_UNIQUE_PTR),
> after the decl of "free" and before the redefinition of "abort".

Thanks for your persistance in tackling this, David!

> I don't know if it actually fixes the bootstrap issue seen with
> clang on Darwin and OpenBSD, though - but I expect it to.

I didn't know OpenBSD was broken too. ;-)  I just applied your patch
on the FreeBSD tester that exhibited the issue for me, and that is now
happily into stage 2, whereas previous it would fail during stage 1.

Good night,
Gerald


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