[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:04:00 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=22309
--- Comment #1 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=059256c7465164fc070482dbe04ebe4e2ccf1a08
commit 059256c7465164fc070482dbe04ebe4e2ccf1a08
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.
- [Bug gold/22309] incremental_test_2 failure with GCC 7,
cvs-commit at gcc dot gnu.org <=