diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-07-01 00:16:41 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-07-01 00:16:41 +0000 |
commit | 25b6bfea5f14da53116f2d3efe2446de89b9bc03 (patch) | |
tree | 23d9a15e979c8cafd9b9637c8640fe56edcf2e73 /gcc/cp | |
parent | 6963c3b9ed1308bf5d2d8877956e56fec92853a7 (diff) | |
download | gcc-25b6bfea5f14da53116f2d3efe2446de89b9bc03.zip gcc-25b6bfea5f14da53116f2d3efe2446de89b9bc03.tar.gz gcc-25b6bfea5f14da53116f2d3efe2446de89b9bc03.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 01b29b1..d861f29 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,19 @@ +2021-06-30 Patrick Palka <ppalka@redhat.com> + + * constraint.cc (get_normalized_constraints_from_decl): Use + push_access_scope_guard instead of push_nested_class_guard. + * cp-tree.h (struct push_nested_class_guard): Replace with ... + (struct push_access_scope_guard): ... this. + * pt.c (push_access_scope): When the argument corresponds to + a class type, push the class instead of its context. + (pop_access_scope): Adjust accordingly. + +2021-06-30 Marek Polacek <polacek@redhat.com> + + PR c++/100975 + DR 2397 + * decl.c (create_array_type_for_decl): Allow array of auto. + 2021-06-29 Jason Merrill <jason@redhat.com> * pt.c (instantiate_decl): Only consider partial specializations of |