+2021-03-04 Jason Merrill <jason@redhat.com>
+
+ PR c++/96078
+ * cgraphunit.c (process_function_and_variable_attributes): Don't
+ warn about flatten on an alias if the target also has it.
+ * cgraph.h (symtab_node::get_alias_target_tree): New.
+
2021-03-03 Eric Botcazou <ebotcazou@adacore.com>
PR target/99234
+2021-03-04 Jason Merrill <jason@redhat.com>
+
+ PR c++/96199
+ * cp-tree.h (struct push_nested_class_guard): New.
+ * constraint.cc (get_normalized_constraints_from_decl): Use it.
+
+2021-03-04 Jason Merrill <jason@redhat.com>
+
+ PR c++/95675
+ * call.c (build_temp): Wrap a CALL_EXPR in a TARGET_EXPR
+ if it didn't get one before.
+
+2021-03-04 Jason Merrill <jason@redhat.com>
+
+ PR c++/98810
+ * pt.c (tsubst_copy) [VIEW_CONVERT_EXPR]: Add const
+ to a class non-type template argument that needs it.
+
2021-02-27 Jason Merrill <jason@redhat.com>
PR c++/90333
+2021-03-04 Jason Merrill <jason@redhat.com>
+
+ PR c++/95675
+ * g++.dg/cpp0x/decltype-call5.C: New test.
+ * g++.dg/cpp0x/decltype-call6.C: New test.
+
+2021-03-04 Jason Merrill <jason@redhat.com>
+
+ PR c++/96078
+ * g++.dg/ext/attr-flatten1.C: New test.
+
+2021-03-04 Jason Merrill <jason@redhat.com>
+
+ PR c++/98810
+ * g++.dg/cpp2a/nontype-class-defarg1.C: New test.
+
2021-03-03 Richard Biener <rguenther@suse.de>
Backported from master: