[GOLD] PR27815, gold fails to build with latest GCC
authorAlan Modra <amodra@gmail.com>
Tue, 25 May 2021 05:36:49 +0000 (15:06 +0930)
committerAlan Modra <amodra@gmail.com>
Tue, 25 May 2021 07:17:16 +0000 (16:47 +0930)
commit5d7f11f0e76ca290e3745c8836b92a5266cb84e2
tree0631d08811a995a8bcc058ff8e88b07afb18b66a
parent4be1e8dbb3f8da8058ed93dfc222ee6dffb02e60
[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.
gold/ChangeLog
gold/gc.h