+2022-08-24 Kewen Lin <linkw@linux.ibm.com>
+
+ Backported from master:
+ 2022-08-16 Kewen Lin <linkw@linux.ibm.com>
+
+ PR tree-optimization/106322
+ * tree-vect-stmts.cc (vectorizable_call): Don't allow
+ vect_emulated_vector_p type for both vectype_in and vectype_out.
+
+2022-08-24 Kewen.Lin <linkw@gcc.gnu.org>
+
+ Backported from master:
+ 2022-08-16 Kewen.Lin <linkw@gcc.gnu.org>
+
+ PR target/103353
+ * config/rs6000/mma.md (define_expand movoo): Move TARGET_MMA condition
+ check to preparation statements and add handlings for !TARGET_MMA.
+ (define_expand movxo): Likewise.
+
2022-08-23 Tobias Burnus <tobias@codesourcery.com>
Backported from master:
+2022-08-24 Kewen Lin <linkw@linux.ibm.com>
+
+ Backported from master:
+ 2022-08-16 Kewen Lin <linkw@linux.ibm.com>
+
+ PR tree-optimization/106322
+ * gcc.target/i386/pr106322.c: New test.
+ * gcc.target/powerpc/pr106322.c: New test.
+
+2022-08-24 Kewen.Lin <linkw@gcc.gnu.org>
+
+ Backported from master:
+ 2022-08-16 Kewen.Lin <linkw@gcc.gnu.org>
+
+ PR target/103353
+ * gcc.target/powerpc/pr103353.c: New test.
+
2022-08-23 Tobias Burnus <tobias@codesourcery.com>
Backported from master:
+2022-08-24 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2022-08-23 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/106589
+ * include/std/variant (__do_visit): Handle is_void<R> for zero
+ argument case.
+ * testsuite/20_util/variant/visit_r.cc: Check std::visit<void>(v).
+
2022-08-23 Jonathan Wakely <jwakely@redhat.com>
Backported from master: