diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-06-27 00:16:24 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-06-27 00:16:24 +0000 |
commit | 461f937b47278eaa4ca3c5507c80cca26af4b015 (patch) | |
tree | 18e95d5cea5a97f7232373e35ef34b7c33f0533c /gcc | |
parent | 9f26e34a5a9614a5b66f146752ecef9ea67b3e2d (diff) | |
download | gcc-461f937b47278eaa4ca3c5507c80cca26af4b015.zip gcc-461f937b47278eaa4ca3c5507c80cca26af4b015.tar.gz gcc-461f937b47278eaa4ca3c5507c80cca26af4b015.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 23 | ||||
-rw-r--r-- | gcc/DATESTAMP | 2 | ||||
-rw-r--r-- | gcc/cp/ChangeLog | 14 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 12 |
4 files changed, 50 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d58c034..7a590fb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index ed547dc..cddb984 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20210626 +20210627 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index c53fb0c..3791ac4 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -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 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 80322a4..f9b08d8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 |