summaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-05-18 00:17:19 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-05-18 00:17:19 +0000
commitff2dcddfc4d57e5cefdd2c12a55f2378b808d91e (patch)
treeac9fa9b32633afa104d7deb586102e2f4d01974c /gcc/cp
parenteb35e343a2931023ef21c4246dffeefee9e7a8d7 (diff)
downloadgcc-master.tar.gz
Daily bump.HEADtrunkmaster
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index d4b4c77e9dd..d33e9ac9025 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2023-05-17 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/109868
+ * init.cc (build_zero_init_1): Don't initialize zero-width bitfields.
+ For unions only initialize the first FIELD_DECL.
+
2023-05-16 Marek Polacek <polacek@redhat.com>
PR c++/109774