]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gold/ChangeLog
[GOLD] PR27815, gold fails to build with latest GCC
authorAlan Modra <amodra@gmail.com>
Wed, 19 May 2021 22:49:00 +0000 (08:19 +0930)
committerAlan Modra <amodra@gmail.com>
Sat, 22 May 2021 07:53:06 +0000 (17:23 +0930)
commit1f1fb219fdc4f96fd967e6173e9090c4c4917e96
tree609630b8c3e12699e6b08e449cd5e32794226933
parent168671c14cc88e0c47a2b7d56fdede7d6604f14d
[GOLD] PR27815, gold fails to build with latest GCC

...gold/gc.h:250:37: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: [-Werror]
  250 |                 (*secvec).push_back(Section_id(NULL, 0));
      |                                     ^~~~~~~~~~~~~~~~~~~

PR gold/27815
* gc.h (gc_process_relocs): Use nullptr in Section_id constructor.
gold/ChangeLog
gold/gc.h