]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 20 Dec 2021 00:16:21 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 20 Dec 2021 00:16:21 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libgfortran/ChangeLog

index 40cad3ddcb1f0444c8a55f0865a51ea1a4dd8e21..5ab864ab4087aee94584a891b07dabd4d14e402b 100644 (file)
@@ -1,3 +1,18 @@
+2021-12-19  Jan Hubicka  <hubicka@ucw.cz>
+
+       PR ipa/103766
+       * ipa-modref.c (modref_merge_call_site_flags): Fix early exit condition
+
+2021-12-19  Patrick Palka  <ppalka@redhat.com>
+
+       * print-tree.c (print_node) <case tcc_declaration>: Dump
+       DECL_LANG_FLAG_8.
+
+2021-12-19  Andrew Pinski  <apinski@marvell.com>
+
+       * tree-ssa-phiopt.c (gimple_simplify_phiopt): Annotate the
+       new sequence with the location of the conditional statement.
+
 2021-12-18  Roger Sayle  <roger@nextmovesoftware.com>
            Uroš Bizjak  <ubizjak@gmail.com>
 
index bf314c35ab431fab39f6c6f8dcc501eaa1f2f32b..40a9145a075a627cf80442cafd4dfa4053724c47 100644 (file)
@@ -1 +1 @@
-20211219
+20211220
index a668f9f5fe5e97bfff2a395a8fb26da4e78c0fa0..bf5c30c5221009274baa3e3109a08b019a84709f 100644 (file)
@@ -1,3 +1,24 @@
+2021-12-19  Matthias Kretz  <m.kretz@gsi.de>
+
+       * module.cc (trees_out::get_merge_kind): NAMESPACE_DECLs also
+       cannot have a DECL_TEMPLATE_INFO.
+
+2021-12-19  Patrick Palka  <ppalka@redhat.com>
+
+       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  <ppalka@redhat.com>
+
+       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  <polacek@redhat.com>
 
        PR c/103649
index c363b6859f2f697b7fea0fe3c1814d1327a1a89d..87e4a2a72e0f28d1f046857f89ee0574e03daf5e 100644 (file)
@@ -1,3 +1,23 @@
+2021-12-19  Andrew Pinski  <apinski@marvell.com>
+
+       * gcc.dg/uninit-pr89230-1.c: Change the dg-bogus messages
+       around and xfail both of them.
+
+2021-12-19  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/94376
+       * g++.dg/cpp0x/lambda/lambda-nested9a.C: New test.
+
+2021-12-19  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/103714
+       * g++.dg/cpp2a/concepts-uneval5.C: New test.
+
+2021-12-19  Francois-Xavier Coudert  <fxcoudert@gmail.com>
+
+       * gcc.dg/pr100509.c: Needs alias.
+       * gcc.dg/pragma-diag-10.c: Needs alias.
+
 2021-12-18  Harald Anlauf  <anlauf@gmx.de>
 
        PR fortran/103412
index b1311a9bb0e935c119cf900e25dc52454378e3fd..f95b52433f982c83eb62c2dbf2ab72b662fea3ea 100644 (file)
@@ -1,3 +1,8 @@
+2021-12-19  Francois-Xavier Coudert  <fxcoudert@gmail.com>
+
+       * configure.host: Add aarch64-apple-darwin support.
+       * config/fpu-aarch64.h: New file.
+
 2021-12-18  François-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
        * libgfortran.h: include ctype.h, provide safe macros.