+2022-10-19 Kewen Lin <linkw@linux.ibm.com>
+
+ Backported from master:
+ 2022-09-26 Kewen Lin <linkw@linux.ibm.com>
+
+ PR target/96072
+ * config/rs6000/rs6000-logue.cc (rs6000_emit_epilogue): Update the
+ condition for adding REG_CFA_DEF_CFA reg note with
+ frame_pointer_needed_indeed.
+
+2022-10-19 Kewen Lin <linkw@linux.ibm.com>
+
+ Backported from master:
+ 2022-09-26 Kewen Lin <linkw@linux.ibm.com>
+
+ PR target/100645
+ * config/rs6000/vector.md (vec_shr_<mode>): Replace condition
+ TARGET_ALTIVEC with VECTOR_UNIT_ALTIVEC_OR_VSX_P.
+
2022-10-17 Pat Haugen <pthaugen@linux.ibm.com>
Backported from master:
+2022-10-19 Andrew MacLeod <amacleod@redhat.com>
+
+ PR tree-optimization/102892
+ * gcc.dg/pr102892-1.c: Remove undefined behaviour.
+
+2022-10-19 Kewen Lin <linkw@linux.ibm.com>
+
+ Backported from master:
+ 2022-09-26 Kewen Lin <linkw@linux.ibm.com>
+
+ PR target/96072
+ * gcc.target/powerpc/pr96072.c: New test.
+
+2022-10-19 Kewen Lin <linkw@linux.ibm.com>
+
+ Backported from master:
+ 2022-09-26 Kewen Lin <linkw@linux.ibm.com>
+
+ PR target/100645
+ * gcc.target/powerpc/pr100645.c: New test.
+
2022-10-17 Richard Biener <rguenther@suse.de>
Backported from master:
+2022-10-19 Alexandre Oliva <oliva@adacore.com>
+
+ Backported from master:
+ 2022-06-22 Alexandre Oliva <oliva@adacore.com>
+
+ * libsupc++/eh_globals.cc [!_GLIBCXX_HAVE_TLS]
+ (__eh_globals_init::~__eh_globals_init): Clear _S_init first.
+
2022-09-29 Jonathan Wakely <jwakely@redhat.com>
Backported from master: