https://sourceware.org/bugzilla/show_bug.cgi?id=28106
--- Comment #5 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=b97bd976233ee4d43c2fe18f6356e62779cbe82d commit b97bd976233ee4d43c2fe18f6356e62779cbe82d Author: Alan Modra <amo...@gmail.com> Date: Tue Jul 20 18:46:57 2021 +0930 PR28106, build of 2.37 fails on FreeBSD and Clang https://en.cppreference.com/w/cpp/types/NULL says NULL might be defined as nullptr. https://en.cppreference.com/w/cpp/language/reinterpret_cast says reinterpret_cast can't be used on nullptr. PR gold/28106 PR gold/27815 * gc.h (gc_process_relocs): Use static_cast in Section_id constructor. -- You are receiving this mail because: You are on the CC list for the bug.