https://sourceware.org/bugzilla/show_bug.cgi?id=27815
--- Comment #7 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <amo...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5d7f11f0e76ca290e3745c8836b92a5266cb84e2 commit 5d7f11f0e76ca290e3745c8836b92a5266cb84e2 Author: Alan Modra <amo...@gmail.com> Date: Tue May 25 15:06:49 2021 +0930 [GOLD] PR27815, gold fails to build with latest GCC Don't use nullptr, it requires -std=c++11 on versions of gcc prior to 6.1. It would be possible to arrange to pass -std=c++11 automatically when required (top level configure does that for gcc builds) but that seems overkill and since we're not up-to-date on the top level config files would mean someone would need to sync those over. PR gold/27815 * gc.h (gc_process_relocs): Use cast in Section_id constructor. -- You are receiving this mail because: You are on the CC list for the bug.