|
From: | cvs-commit at gcc dot gnu.org |
Subject: | [Bug ld/24567] Assertion failure in ldlang.c:6868 when compiling with -flto |
Date: | Sat, 18 May 2019 03:36:23 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=24567 --- Comment #9 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The binutils-2_31-branch branch has been updated by Alan Modra <address@hidden>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8a1285a1a3048f77abc56be3ff2f83a782506a04 commit 8a1285a1a3048f77abc56be3ff2f83a782506a04 Author: Alan Modra <address@hidden> Date: Fri May 17 19:09:42 2019 +0930 PR24567, assertion failure in ldlang.c:6868 when compiling with -flto As the existing comment said: "a common ought to be overridden by a def in a -flto object". This patch makes the code actually do that, rather than allowing a normal object file common to override a -flto defined symbol. PR 24567 * plugin.c (plugin_notice): Do not let a common symbol override a non-common definition in IR. (cherry picked from commit af4fa23fba220c1b26bb3c8a7996b406dcc181cc) -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |