From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2168) id F14BC3858C60; Mon, 20 Dec 2021 00:16:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F14BC3858C60 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: GCC Administrator To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-6070] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/heads/master X-Git-Oldrev: 220b9bdfe8faebdd2aea0ab7cea81c162d42d8e0 X-Git-Newrev: 29309f6e29d0912eececa1bac29b249440469107 Message-Id: <20211220001651.F14BC3858C60@sourceware.org> Date: Mon, 20 Dec 2021 00:16:51 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Dec 2021 00:16:52 -0000 https://gcc.gnu.org/g:29309f6e29d0912eececa1bac29b249440469107 commit r12-6070-g29309f6e29d0912eececa1bac29b249440469107 Author: GCC Administrator Date: Mon Dec 20 00:16:21 2021 +0000 Daily bump. Diff: --- gcc/ChangeLog | 15 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 21 +++++++++++++++++++++ gcc/testsuite/ChangeLog | 20 ++++++++++++++++++++ libgfortran/ChangeLog | 5 +++++ 5 files changed, 62 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 40cad3ddcb1..5ab864ab408 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,18 @@ +2021-12-19 Jan Hubicka + + PR ipa/103766 + * ipa-modref.c (modref_merge_call_site_flags): Fix early exit condition + +2021-12-19 Patrick Palka + + * print-tree.c (print_node) : Dump + DECL_LANG_FLAG_8. + +2021-12-19 Andrew Pinski + + * tree-ssa-phiopt.c (gimple_simplify_phiopt): Annotate the + new sequence with the location of the conditional statement. + 2021-12-18 Roger Sayle Uroš Bizjak diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index bf314c35ab4..40a9145a075 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20211219 +20211220 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a668f9f5fe5..bf5c30c5221 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,24 @@ +2021-12-19 Matthias Kretz + + * module.cc (trees_out::get_merge_kind): NAMESPACE_DECLs also + cannot have a DECL_TEMPLATE_INFO. + +2021-12-19 Patrick Palka + + PR c++/94376 + * lambda.c (lambda_capture_field_type): Strip location wrappers + before checking for a capture proxy. + (is_capture_proxy): Assert that we don't see a location wrapper. + (mark_const_cap_r): Don't call is_constant_capture_proxy on a + location wrapper. + +2021-12-19 Patrick Palka + + PR c++/103714 + * constraint.cc (satisfy_declaration_constraints): Do + push_to_top_level and pop_from_top_level around the call to + satisfy_normalized_constraints. + 2021-12-17 Marek Polacek PR c/103649 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c363b6859f2..87e4a2a72e0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,23 @@ +2021-12-19 Andrew Pinski + + * gcc.dg/uninit-pr89230-1.c: Change the dg-bogus messages + around and xfail both of them. + +2021-12-19 Patrick Palka + + PR c++/94376 + * g++.dg/cpp0x/lambda/lambda-nested9a.C: New test. + +2021-12-19 Patrick Palka + + PR c++/103714 + * g++.dg/cpp2a/concepts-uneval5.C: New test. + +2021-12-19 Francois-Xavier Coudert + + * gcc.dg/pr100509.c: Needs alias. + * gcc.dg/pragma-diag-10.c: Needs alias. + 2021-12-18 Harald Anlauf PR fortran/103412 diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index b1311a9bb0e..f95b52433f9 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,8 @@ +2021-12-19 Francois-Xavier Coudert + + * configure.host: Add aarch64-apple-darwin support. + * config/fpu-aarch64.h: New file. + 2021-12-18 François-Xavier Coudert * libgfortran.h: include ctype.h, provide safe macros.