]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 3 Apr 2021 00:16:28 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 3 Apr 2021 00:16:28 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 46e8cf4fbe02c3b613e6b68fe7f6bc7558cfc5dc..4811a6f6834b7ca4345d4f9a478b450299c0fd66 100644 (file)
@@ -1,3 +1,7 @@
+2021-04-02  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * doc/invoke.texi (fdelete-dead-exceptions): Minor tweak.
+
 2021-04-01  Jason Merrill  <jason@redhat.com>
 
        PR c++/98481
index f05935b69b1f562e8f082ed1ac06a987b6d70271..620f0001df7357a5d0bd4f6d266010f091fe9044 100644 (file)
@@ -1 +1 @@
-20210402
+20210403
index d0aa8a545e521bd84a698d91b36b305bfb2075c6..83240d2c4c33a245193e6a6eda4f870dca27c193 100644 (file)
@@ -1,3 +1,29 @@
+2021-04-02  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/99869
+       * parser.c (do_range_for_auto_deduction): Pass adc_variable_type
+       to do_auto_deduction.
+
+2021-04-02  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/99586
+       * semantics.c (finish_compound_literal): Check
+       template_placeholder_p instead of type_uses_auto.
+
+2021-04-02  Jason Merrill  <jason@redhat.com>
+
+       PR c++/97938
+       * cp-tree.h (PACK_EXPANSION_AUTO_P): New.
+       * lambda.c (add_capture): Set it.
+       * pt.c (tsubst_pack_expansion): Handle it.
+
+2021-04-02  Nathan Sidwell  <nathan@acm.org>
+
+       * cp-tree.h (lang_decl_base): Correct module flag comment.
+       * module.cc (trees_in::assert_definition): Break out
+       not_tmpl var.
+       (trees_out::lang_decl_bools): Do not write purview for header units.
+
 2021-04-01  Marek Polacek  <polacek@redhat.com>
 
        PR c++/99831
index de21a1d640c372fdd00096f29a0b749ba71ce085..da72ee3ebf572ab3953604d2d5b57cc08444a3cd 100644 (file)
@@ -1,3 +1,40 @@
+2021-04-02  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/99869
+       * g++.dg/cpp2a/concepts-placeholder6.C: New test.
+
+2021-04-02  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/99586
+       * g++.dg/cpp2a/nontype-class42.C: New test.
+
+2021-04-02  Jason Merrill  <jason@redhat.com>
+
+       PR c++/97938
+       * g++.dg/cpp2a/lambda-pack-init6.C: New test.
+
+2021-04-02  Nathan Sidwell  <nathan@acm.org>
+
+       * g++.dg/modules/pr99283-6_d.H: New.
+       * g++.dg/modules/pr99283-7-swap.h: New.
+       * g++.dg/modules/pr99283-7-traits.h: New.
+       * g++.dg/modules/pr99283-7_a.H: New.
+       * g++.dg/modules/pr99283-7_b.H: New.
+       * g++.dg/modules/pr99283-7_c.C: New.
+       * g++.dg/modules/pr99283-7_d.H: New.
+
+2021-04-02  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * go.test/test/fixedbugs/issue6036.go: Skip on sparc.
+       * go.test/test/fixedbugs/issue22200b.go: Likewise.
+
+2021-04-02  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/99726
+       * gcc.target/i386/pr99726.c: Remove -m32 from dg-options.  Move
+       -floop-nest-optimize to dg-additional-options guarded on fgraphite
+       effective target.
+
 2021-04-01  Marek Polacek  <polacek@redhat.com>
 
        PR c++/99831