[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/20310] Test failures on Fedora 24
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug gold/20310] Test failures on Fedora 24 |
Date: |
Thu, 30 Jun 2016 06:25:40 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=20310
--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot
gnu.org> ---
The master branch has been updated by Cary Coutant <address@hidden>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6e2565079204ae2d2c0a5fa15fcd233e9c614f0b
commit 6e2565079204ae2d2c0a5fa15fcd233e9c614f0b
Author: Cary Coutant <address@hidden>
Date: Wed Jun 29 23:24:35 2016 -0700
Fix gold testsuite failure with GCC 6.
With GCC 6 when not using -static-libstdc++, the operator delete(void*)
function is defined in the shared C++ support library, rather than in
the main program. The test script is too aggressive in checking for
this symbol's presence among the exported symbols. This patch removes
the check for that symbol.
gold/
PR gold/20310
* testsuite/dynamic_list.sh: Remove check for _ZdlPv.
--
You are receiving this mail because:
You are on the CC list for the bug.