From: GCC Administrator Date: Mon, 4 Jan 2021 00:17:07 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-10.3.0~466 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8a453d82e2c2ce04f40742327033214b9d3582c;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/ChangeLog b/ChangeLog index 6578aeba7113..b9a6b148bec0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2021-01-03 Iain Sandoe + Jakub Jelinek + + PR target/97865 + * libtool.m4: Update handling of Darwin platform link flags + for Darwin20. + 2020-11-25 Martin Liska * .gitignore: Add .clang-tidy. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8d205e6105bc..080f551a6c9c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2021-01-03 Iain Sandoe + Jakub Jelinek + + PR target/97865 + * configure: Regenerate. + 2021-01-01 Iain Sandoe * config/darwin-driver.c (validate_macosx_version_min): Allow diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index cb0a386de683..9a99a7343b45 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20210103 +20210104 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 96d7ff933c5e..4e0c5e4d1de6 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,16 @@ +2021-01-03 Iain Sandoe + + Backported from master: + 2020-10-19 Iain Sandoe + + PR c++/97438 + * coroutines.cc (struct coroutine_info): Add a field to + record that we emitted a promise type error. + (coro_promise_type_found_p): Check for the case that the + promise type contains both return_void and return_value. + Emit an error if so, with information about the wrong + type methods. + 2020-12-23 Jason Merrill PR c++/98332 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 59752e050a7d..5fb2299a76d5 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2021-01-03 Iain Sandoe + + Backported from master: + 2020-10-19 Iain Sandoe + + PR c++/97438 + * g++.dg/coroutines/pr97438.C: New test. + 2021-01-01 Iain Sandoe Backported from master: diff --git a/libatomic/ChangeLog b/libatomic/ChangeLog index cfd1f9118c4f..de343a9beff7 100644 --- a/libatomic/ChangeLog +++ b/libatomic/ChangeLog @@ -1,3 +1,9 @@ +2021-01-03 Iain Sandoe + Jakub Jelinek + + PR target/97865 + * configure: Regenerate. + 2020-07-23 Release Manager * GCC 10.2.0 released. diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index 5e17c27156da..7482a6c3733d 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,3 +1,9 @@ +2021-01-03 Iain Sandoe + Jakub Jelinek + + PR target/97865 + * configure: Regenerate. + 2020-07-23 Release Manager * GCC 10.2.0 released. diff --git a/libcc1/ChangeLog b/libcc1/ChangeLog index 014a380040d0..cdcae5833c47 100644 --- a/libcc1/ChangeLog +++ b/libcc1/ChangeLog @@ -1,3 +1,12 @@ +2021-01-03 Iain Sandoe + Jakub Jelinek + + PR target/97865 + * Makefile.am: Add dynamic_lookup to LD flags for Darwin. + * configure.ac: Test for Darwin host and set a flag. + * Makefile.in: Regenerate. + * configure: Regenerate. + 2020-07-23 Release Manager * GCC 10.2.0 released. diff --git a/libffi/ChangeLog b/libffi/ChangeLog index 38b8e5ed8891..6f0a25fa6457 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,9 @@ +2021-01-03 Iain Sandoe + Jakub Jelinek + + PR target/97865 + * configure: Regenerate. + 2020-09-24 Alan Modra Backported from master: diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 17a5b2331782..e730ae2eefd6 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,9 @@ +2021-01-03 Iain Sandoe + Jakub Jelinek + + PR target/97865 + * configure: Regenerate. + 2020-12-24 Iain Sandoe Backported from master: diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 79fcc3825537..7975bf16e41e 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,10 @@ +2021-01-03 Iain Sandoe + Jakub Jelinek + + PR target/97865 + * configure: Regenerate. + * Makefile.in: Update copyright years. + 2020-11-25 Thomas Schwinge Backported from master: diff --git a/libhsail-rt/ChangeLog b/libhsail-rt/ChangeLog index 73b54bc69080..ec80eb367dff 100644 --- a/libhsail-rt/ChangeLog +++ b/libhsail-rt/ChangeLog @@ -1,3 +1,9 @@ +2021-01-03 Iain Sandoe + Jakub Jelinek + + PR target/97865 + * configure: Regenerate. + 2020-07-23 Release Manager * GCC 10.2.0 released. diff --git a/libitm/ChangeLog b/libitm/ChangeLog index 92826484edff..de5ae42b5f4d 100644 --- a/libitm/ChangeLog +++ b/libitm/ChangeLog @@ -1,3 +1,10 @@ +2021-01-03 Iain Sandoe + Jakub Jelinek + + PR target/97865 + * configure.tgt: Add dynamic_lookup to XLDFLAGS for Darwin. + * configure: Regenerate. + 2020-07-23 Release Manager * GCC 10.2.0 released. diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index d127ed9dd019..8fc2669362fa 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,9 @@ +2021-01-03 Iain Sandoe + Jakub Jelinek + + PR target/97865 + * configure: Regenerate. + 2020-12-26 Iain Sandoe Backported from master: diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index 486c1598c80f..b93d943095c6 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,3 +1,9 @@ +2021-01-03 Iain Sandoe + Jakub Jelinek + + PR target/97865 + * configure: Regenerate. + 2020-10-15 Maciej W. Rozycki Backported from master: diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index db9cb5d5c601..123f802ede25 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,3 +1,9 @@ +2021-01-03 Iain Sandoe + Jakub Jelinek + + PR target/97865 + * configure: Regenerate. + 2020-07-23 Release Manager * GCC 10.2.0 released. diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog index cf47a54b96ec..ae982c4ddd26 100644 --- a/libsanitizer/ChangeLog +++ b/libsanitizer/ChangeLog @@ -1,3 +1,11 @@ +2021-01-03 Iain Sandoe + Jakub Jelinek + + PR target/97865 + * configure.tgt: Add dynamic_lookup to EXTRA_CXXFLAGS for + Darwin. + * configure: Regenerate. + 2021-01-01 Iain Sandoe Backported from master: diff --git a/libssp/ChangeLog b/libssp/ChangeLog index 6029e3c098d6..c9bb84dc4908 100644 --- a/libssp/ChangeLog +++ b/libssp/ChangeLog @@ -1,3 +1,9 @@ +2021-01-03 Iain Sandoe + Jakub Jelinek + + PR target/97865 + * configure: Regenerate. + 2020-07-23 Release Manager * GCC 10.2.0 released. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 30aa0f3e51f1..0efb3363a0fb 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2021-01-03 Iain Sandoe + Jakub Jelinek + + PR target/97865 + * configure: Regenerate. + 2020-12-03 Jonathan Wakely Backported from master: diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog index d932b93fb163..ec712b59e4e0 100644 --- a/libvtv/ChangeLog +++ b/libvtv/ChangeLog @@ -1,3 +1,9 @@ +2021-01-03 Iain Sandoe + Jakub Jelinek + + PR target/97865 + * configure: Regenerate. + 2020-07-23 Release Manager * GCC 10.2.0 released. diff --git a/zlib/ChangeLog b/zlib/ChangeLog index 02c24e6e328e..8b9762a3e7e8 100644 --- a/zlib/ChangeLog +++ b/zlib/ChangeLog @@ -1,3 +1,9 @@ +2021-01-03 Iain Sandoe + Jakub Jelinek + + PR target/97865 + * configure: Regenerate. + 2020-07-23 Release Manager * GCC 10.2.0 released.