diff options
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 0c075fc..eba3898 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2023-06-10 Nathan Sidwell <nathan@acm.org> + + PR c++/61663 + * pt.cc (maybe_adjust_types_for_deduction): Implement DR976. + 2023-06-09 Jason Merrill <jason@redhat.com> PR c++/110185 |