[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/22309] incremental_test_2 failure with GCC 7
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug gold/22309] incremental_test_2 failure with GCC 7 |
Date: |
Sat, 02 Dec 2017 06:07:59 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=22309
--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot
gnu.org> ---
The binutils-2_29-branch branch has been updated by Cary Coutant
<address@hidden>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e0fa9b596532ade90f82d30fa5b057063eec3c2a
commit e0fa9b596532ade90f82d30fa5b057063eec3c2a
Author: Cary Coutant <address@hidden>
Date: Fri Dec 1 22:03:09 2017 -0800
Fix incremental linking failure with GCC 7+.
With the new compiler, we're running out of patch space for the .eh_frame
section. To workaround that issue, we compile the before and after versions
both with no unwind tables.
gold/
PR gold/22309
* testsuite/Makefile.am (two_file_test_1_v1_ndebug.o): Compile with
no EH information.
(two_file_test_1_ndebug.o): Likewise.
* testsuite/Makefile.in: Regenerate.
* testsuite/two_file_test_1.cc: Touch to force recompilation with new
flags.
* testsuite/two_file_test_1_v1.cc: Likewise.
--
You are receiving this mail because:
You are on the CC list for the bug.