diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-07-14 00:16:30 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-07-14 00:16:30 +0000 |
commit | ea69fcf9a036bbecd63c39f24b155b1c46953e0d (patch) | |
tree | 8524a7ebcc2f4f187cf9bcd686b014a625e72b8a /gcc/cp | |
parent | 8651714a78b5bfa0158bb9361cff67e18d405f66 (diff) | |
download | gcc-ea69fcf9a036bbecd63c39f24b155b1c46953e0d.zip gcc-ea69fcf9a036bbecd63c39f24b155b1c46953e0d.tar.gz gcc-ea69fcf9a036bbecd63c39f24b155b1c46953e0d.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index bf71994..de5db3f 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,13 @@ +2020-07-13 Nathan Sidwell <nathan@acm.org> + + * Make-lang.in (c++.disclean): Likewise. + +2020-07-13 Marek Polacek <polacek@redhat.com> + + PR c++/96077 + * parser.c (cp_parser_enum_specifier): Commit to tentative parse + after we've seen an opening brace. + 2020-07-10 Jason Merrill <jason@redhat.com> * tree.c (structural_type_p): Allow unions. |