aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-08-31 00:19:44 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-08-31 00:19:44 +0000
commitffb8568abb2b21bb1b82b9f684794fa34804c84d (patch)
tree88bb0b24ffd715feade3de000bce47adc5e84962 /gcc/cp
parent597b9ec69bca8acb7a3d65641c0a730de8b27ed4 (diff)
downloadgcc-ffb8568abb2b21bb1b82b9f684794fa34804c84d.zip
gcc-ffb8568abb2b21bb1b82b9f684794fa34804c84d.tar.gz
gcc-ffb8568abb2b21bb1b82b9f684794fa34804c84d.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index ece1bf9..320e889 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,14 @@
+2023-08-30 Marek Polacek <polacek@redhat.com>
+
+ PR c++/91319
+ * parser.cc (cp_parser_initializer_list): Set CONSTRUCTOR_IS_DIRECT_INIT
+ when the designated initializer is of the .x{} form.
+
+2023-08-30 Marek Polacek <polacek@redhat.com>
+
+ PR c++/111173
+ * decl.cc (grokdeclarator): Disallow constinit on functions.
+
2023-08-29 Marek Polacek <polacek@redhat.com>
* call.cc (convert_like_internal): Show where the conversion function