diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-09-01 00:16:58 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-09-01 00:16:58 +0000 |
commit | 6d51ee4321605c704aa238d039b47bfcf59b1005 (patch) | |
tree | 1e6190546c3457cb88351d069640b847d5c0f892 /libcpp/ChangeLog | |
parent | 9c6344c10de1c90015c68adfb880291af980b886 (diff) | |
download | gcc-6d51ee4321605c704aa238d039b47bfcf59b1005.zip gcc-6d51ee4321605c704aa238d039b47bfcf59b1005.tar.gz gcc-6d51ee4321605c704aa238d039b47bfcf59b1005.tar.bz2 |
Daily bump.
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index c32ff4a..2585deb 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,8 @@ +2021-08-31 Martin Sebor <msebor@redhat.com> + + * include/line-map.h (class rich_location): Disable copying and + assignment. + 2021-08-25 Lewis Hyatt <lhyatt@gmail.com> PR other/93067 |