+2021-02-22 John David Anglin <danglin@gcc.gnu.org>
+
+ PR target/85074
+ * config/pa/pa.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define as
+ hook_bool_const_tree_hwi_hwi_const_tree_true.
+ (pa_asm_output_mi_thunk): Add support for nonzero vcall_offset.
+
2021-02-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/aarch64/aarch64-tuning-flags.def (prefer_advsimd_autovec): Define.
+2021-02-22 Tobias Burnus <tobias@codesourcery.com>
+
+ Backported from master:
+ 2021-02-22 Tobias Burnus <tobias@codesourcery.com>
+
+ PR fortran/99171
+ * trans-openmp.c (gfc_omp_is_optional_argument): Regard optional
+ dummy procs as nonoptional as no special treatment is needed.
+
+2021-02-22 Tobias Burnus <tobias@codesourcery.com>
+
+ Backported from master:
+ 2021-02-19 Tobias Burnus <tobias@codesourcery.com>
+
+ PR fortran/99027
+ * simplify.c (simplify_bound_dim): Honor DIMEN_ELEMENT
+ when using dim=.
+
2021-02-19 Tobias Burnus <tobias@codesourcery.com>
Backported from master:
+2021-02-22 Tobias Burnus <tobias@codesourcery.com>
+
+ Backported from master:
+ 2021-02-19 Tobias Burnus <tobias@codesourcery.com>
+
+ PR fortran/99027
+ * gfortran.dg/ubound_1.f90: New test.
+
2021-02-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* gcc.target/aarch64/advsimd_autovec_only_1.c: New test.
+2021-02-22 Tobias Burnus <tobias@codesourcery.com>
+
+ Backported from master:
+ 2021-02-22 Tobias Burnus <tobias@codesourcery.com>
+
+ PR fortran/99171
+ * testsuite/libgomp.fortran/dummy-procs-1.f90: New test.
+
2021-01-14 Thomas Schwinge <thomas@codesourcery.com>
Backported from master: