Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 27 Jun 2021 00:16:24 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 27 Jun 2021 00:16:24 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index d58c03479f6c6207e3f223c07c8b49842ccc7004..7a590fbb8750b1a670043277dacb83dc41395bb2 100644 (file)
@@ -1,3 +1,26 @@
+2021-06-26  Jason Merrill  <jason@redhat.com>
+
+       * except.c: #include "dwarf2.h" instead of "dwarf2out.h".
+
+2021-06-26  Andrew Pinski  <apinski@marvell.com>
+
+       * genmatch.c (lower_cond): Copy for_subst_vec
+       for the simplify also.
+       (lower): Swap the order for lower_for and lower_cond.
+
+2021-06-26  Andrew Pinski  <apinski@marvell.com>
+
+       * tree-ssa-phiopt.c (match_simplify_replacement): Reset
+       flow senatitive info on the moved ssa set.
+
+2021-06-26  Andrew Pinski  <apinski@marvell.com>
+
+       * fold-const.c (fold_cond_expr_with_comparison):
+       Exand arg0 into comp_code, arg00, and arg01.
+       (fold_ternary_loc): Use invert_tree_comparison
+       instead of fold_invert_truthvalue for the case
+       where we have A CMP B ? C : A.
+
 2021-06-25  Martin Sebor  <msebor@redhat.com>
 
        PR middle-end/101216
index ed547dc89b053139d8b3860b186b2ea353e7b285..cddb984bcdc809e064660ab33ead8cfa8ace7d46 100644 (file)
@@ -1 +1 @@
-20210626
+20210627
index c53fb0c13b2919959230fbdda73cb6618a2a9ba2..3791ac46671ee6bcc893757419fad1dedee1912e 100644 (file)
@@ -1,3 +1,17 @@
+2021-06-26  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/96204
+       * pt.c (instantiate_class_template_1): Enter the scope of the
+       type when calling most_specialized_partial_spec.
+
+2021-06-26  Jason Merrill  <jason@redhat.com>
+
+       PR c++/101040
+       PR c++/97566
+       * class.c (is_empty_field): Handle null argument.
+       * constexpr.c (cxx_eval_bare_aggregate): Discard initializer
+       for empty field.
+
 2021-06-26  Marek Polacek  <polacek@redhat.com>
 
        PR c++/100752
index 80322a44dded558aeea57d03791604577e8964f6..f9b08d825bbf6d3321cb273c778943a41411f7e2 100644 (file)
@@ -1,3 +1,15 @@
+2021-06-26  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/96204
+       * g++.dg/template/access40.C: New test.
+       * g++.dg/template/access40a.C: New test.
+
+2021-06-26  Jason Merrill  <jason@redhat.com>
+
+       PR c++/101040
+       PR c++/97566
+       * g++.dg/cpp2a/no_unique_address13.C: New test.
+
 2021-06-26  Marek Polacek  <polacek@redhat.com>
 
        PR c++/100752