From: GCC Administrator Date: Fri, 30 Oct 2020 00:17:00 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-10.3.0~709 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e5c72d277ee9cc906cb3ba828722768d63ac187;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e7eaac7ad8d0..41692df89240 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,20 @@ +2020-10-29 Martin Liska + + Backported from master: + 2020-10-29 Martin Liska + + PR lto/97508 + * langhooks.c (lhd_begin_section): Call get_section with + not_existing = true. + * output.h (get_section): Add new argument. + * varasm.c (get_section): Fail when NOT_EXISTING is true + and a section already exists. + * ipa-cp.c (ipcp_write_summary): Remove. + (ipcp_read_summary): Likewise. + * ipa-fnsummary.c (ipa_fn_summary_read): Always read jump + functions summary. + (ipa_fn_summary_write): Always stream it. + 2020-10-28 Richard Biener Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 8559f6c8b74e..d724ea40a76c 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20201029 +20201030 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 345149a34643..6c892716d01c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,11 @@ +2020-10-29 Patrick Palka + + Backported from master: + 2020-10-29 Patrick Palka + + * testsuite/25_algorithms/lexicographical_compare/constrained.cc: + (test03): Fix initializing the vector vy with the array y of size 4. + 2020-10-28 Patrick Palka Backported from master: