diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-07-22 00:16:33 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-07-22 00:16:33 +0000 |
commit | bbb9c03005cdab2275ef0c6448310ae9273a2ed5 (patch) | |
tree | 78577f0857a657871f4aa00e7a5833f3ad21e107 /gcc/cp/ChangeLog | |
parent | b852aa7f265424c8e2036899da5d8306ff06a16c (diff) | |
download | gcc-bbb9c03005cdab2275ef0c6448310ae9273a2ed5.zip gcc-bbb9c03005cdab2275ef0c6448310ae9273a2ed5.tar.gz gcc-bbb9c03005cdab2275ef0c6448310ae9273a2ed5.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 2664940..20e777f 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,14 @@ +2022-07-21 Jason Merrill <jason@redhat.com> + + PR c++/106361 + * decl.cc (move_fn_p): Remove assert. + +2022-07-21 Jason Merrill <jason@redhat.com> + + DR 2084 + PR c++/94823 + * method.cc (walk_field_subobs): Fix DMI in union case. + 2022-07-19 Patrick Palka <ppalka@redhat.com> PR c++/94894 |