]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 20 Dec 2022 00:20:39 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 20 Dec 2022 00:20:39 +0000 (00:20 +0000)
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 11fabd49cf9611caa06846811cc59b5dfb63c807..142f05d435412b82322863ab7f1b5fbc25203433 100644 (file)
@@ -1 +1 @@
-20221219
+20221220
index 75ecf66d765444c92fe538d8bb5b4b93fbda164e..97fa77923430e8d6a91a819f32696ea1b3abda0d 100644 (file)
@@ -1,3 +1,11 @@
+2022-12-19  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2022-12-19  Marek Polacek  <polacek@redhat.com>
+
+       PR c/98487
+       * c-format.cc (check_function_format): Use get_attribute_name.
+
 2022-09-27  Marek Polacek  <polacek@redhat.com>
 
        * c-format.cc (c_keywords): Drop nothrow.
index 4c71410c0fec9708cb346503ae93210b11a5c703..6c0f86e9459be835d592fac5755bc401b27860c9 100644 (file)
@@ -1,3 +1,54 @@
+2022-12-19  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-12-15  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/100295
+       PR c++/107579
+       * pt.cc (el_data::skip_unevaluated_operands): New data member.
+       (extract_locals_r): If skip_unevaluated_operands is true,
+       don't walk into unevaluated contexts.
+       (extract_local_specs): Walk the pattern twice, first with
+       skip_unevaluated_operands true followed by it set to false.
+
+2022-12-19  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-12-15  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/108104
+       * pt.cc (unify) <default>: Relax assert to accept any
+       CONSTRUCTOR parm, not just COMPOUND_LITERAL_P one.
+
+2022-12-19  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-12-04  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/107417
+       * pt.cc (for_each_template_parm_r) <case REQUIRES_EXPR>: Move
+       walking of the TREE_TYPE of each parameter to ...
+       * tree.cc (cp_walk_subtrees) <case REQUIRES_EXPR>: ... here.
+
+2022-12-19  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-12-03  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/103081
+       * pt.cc (tsubst_copy) <case CONST_DECL>: Generalize
+       early exit test for namespace-scope decls to check dependence of
+       the enclosing scope instead.  Remove dead early exit test.
+
+2022-12-19  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-11-30  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/107542
+       * typeck.cc (cp_build_binary_op): In the SPACESHIP_EXPR case,
+       handle an error_mark_node result type.
+
 2022-11-20  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index c63dd2bbb6f4281f875dde0f53879199d1dbbe97..bbc9f6fba38f881000863bebf0634f4630852dd4 100644 (file)
@@ -1,3 +1,53 @@
+2022-12-19  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-12-15  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/100295
+       PR c++/107579
+       * g++.dg/cpp1z/constexpr-if-lambda5.C: New test.
+
+2022-12-19  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-12-15  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/108104
+       * g++.dg/template/ptrmem33.C: New test.
+
+2022-12-19  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-12-04  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/107417
+       * g++.dg/cpp2a/concepts-requires33.C: New test.
+
+2022-12-19  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-12-03  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/103081
+       * g++.dg/cpp2a/using-enum-10.C: New test.
+       * g++.dg/cpp2a/using-enum-10a.C: New test.
+
+2022-12-19  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-11-30  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/107542
+       * g++.dg/cpp2a/spaceship-sfinae2.C: New test.
+
+2022-12-19  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2022-12-19  Marek Polacek  <polacek@redhat.com>
+
+       PR c/98487
+       * c-c++-common/Wsuggest-attribute-1.c: New test.
+
 2022-12-18  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master: