+2021-06-12 Jason Merrill <jason@redhat.com>
+
+ * doc/extend.texi (unused variable attribute): Applies to
+ structure fields as well.
+
2021-06-12 Eugene Rozenfeld <erozen@microsoft.com>
* auto-profile.c (read_profile): fix a typo in an error string
+2021-06-12 Jason Merrill <jason@redhat.com>
+
+ * c-attribs.c (handle_unused_attribute): Handle FIELD_DECL.
+
2021-06-11 Jakub Jelinek <jakub@redhat.com>
PR c++/100974
+2021-06-12 Jason Merrill <jason@redhat.com>
+
+ PR c++/101029
+ * init.c (build_vec_init): Shortcut [0] case.
+
+2021-06-12 Jason Merrill <jason@redhat.com>
+
+ * pt.c (lookup_template_class_1): Shortcut current_class_type.
+
2021-06-11 Patrick Palka <ppalka@redhat.com>
DR 1227
+2021-06-12 David Edelsohn <dje.gcc@gmail.com>
+
+ * g++.dg/ext/builtin-shufflevector-2.C: Ignore psabi warning.
+ * gcc.dg/uninit-pr93100.c: Skip on AIX.
+ * gcc.target/powerpc/pr100085.c: Require int128 and float128.
+
+2021-06-12 Jason Merrill <jason@redhat.com>
+
+ * g++.dg/ext/attrib62.C: No longer warn.
+ * g++.dg/diagnostic/maybe_unused1.C: New test.
+
+2021-06-12 Jason Merrill <jason@redhat.com>
+
+ PR c++/101029
+ * g++.dg/ext/array4.C: New test.
+
2021-06-11 Carl Love <cel@us.ibm.com>
* gcc.target/powerpc/check-builtin-vec_rlnm-runnable.c