+2024-04-21 Pan Li <pan2.li@intel.com>
+
+ Revert:
+ 2023-12-01 Juzhe-Zhong <juzhe.zhong@rivai.ai>
+
+ PR target/112431
+ * config/riscv/vector.md: Support highpart overlap for vx/vf.
+
2024-04-20 Pan Li <pan2.li@intel.com>
Revert:
+2024-04-21 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/103471
+ * resolve.cc (resolve_actual_arglist): Catch variables silently
+ set as untyped, resetting the flag so that gfc_resolve_expr can
+ generate the no implicit type error.
+ (gfc_resolve_index_1): Block index expressions of unknown type
+ from being converted to default integer, avoiding the fatal
+ error in trans-decl.cc.
+ * symbol.cc (gfc_set_default_type): Remove '(symbol)' from the
+ 'no IMPLICIT type' error message.
+ * trans-decl.cc (gfc_get_symbol_decl): Change fatal error locus
+ to that of the symbol declaration.
+ (gfc_trans_deferred_vars): Remove two trailing tabs.
+
2024-04-18 Paul Thomas <pault@gcc.gnu.org>
PR fortran/114739
+2024-04-21 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/103471
+ * gfortran.dg/pr103471.f90: New test.
+
+2024-04-21 Pan Li <pan2.li@intel.com>
+
+ Revert:
+ 2024-04-21 Juzhe-Zhong <juzhe.zhong@rivai.ai>
+
+ PR target/112431
+ * gcc.target/riscv/rvv/base/pr112431-22.c: New test.
+ * gcc.target/riscv/rvv/base/pr112431-23.c: New test.
+ * gcc.target/riscv/rvv/base/pr112431-24.c: New test.
+ * gcc.target/riscv/rvv/base/pr112431-25.c: New test.
+ * gcc.target/riscv/rvv/base/pr112431-26.c: New test.
+ * gcc.target/riscv/rvv/base/pr112431-27.c: New test.
+
+2024-04-21 Pan Li <pan2.li@intel.com>
+
+ * gcc.target/riscv/rvv/base/pr112431-34.c: New test.
+
2024-04-20 Pan Li <pan2.li@intel.com>
Revert:
+2024-04-21 Georg-Johann Lay <avr@gjlay.de>
+
+ PR target/114794
+ * config/avr/lib1funcs.S (__udivmodqi4): Tweak.
+
2024-04-19 Jakub Jelinek <jakub@redhat.com>
PR libgcc/114762