+2022-04-30 Patrick Palka <ppalka@redhat.com>
+
+ * gengtype.cc (adjust_field_tree_exp): Remove.
+ (adjust_field_type): Don't handle the "tree_exp" special attribute.
+ * tree-core.h (struct tree_exp): Remove "special" and "desc"
+ attributes. Add "length" attribute.
+
2022-04-29 Martin Jambor <mjambor@suse.cz>
PR ipa/100413
+2022-04-30 Jason Merrill <jason@redhat.com>
+
+ PR c/100545
+ * c-attribs.cc (handle_mode_attribute): Copy attributes, aligned,
+ and typedef.
+ * c-common.cc (set_underlying_type): Add assert.
+
2022-04-26 Patrick Palka <ppalka@redhat.com>
PR c++/105304
+2022-04-30 Jason Merrill <jason@redhat.com>
+
+ PR c/100545
+ * c-c++-common/attr-mode-1.c: New test.
+ * c-c++-common/attr-mode-2.c: New test.
+
2022-04-29 Jason Merrill <jason@redhat.com>
PR c++/104470