+2022-10-01 Stafford Horne <shorne@gmail.com>
+
+ * config/or1k/or1k.cc (TARGET_HAVE_TLS): Only define if
+ HAVE_AS_TLS is defined.
+
+2022-10-01 Julian Brown <julian@codesourcery.com>
+
+ * gimplify.cc (omp_group_base): Fix IF_PRESENT (no_create)
+ handling.
+
+2022-10-01 Jeff Law <jeffreyalaw@gmail.com>
+
+ * config/h8300/h8300.md (HSI2): New iterator.
+ (eqne_invert): Similarly.
+ * config/h8300/testcompare.md (testhi_upper_z): New pattern.
+ (cmpqi_z, cmphi_z, cmpsi_z): Likewise.
+ (store_z_qi, store_z_i_qi, store_z_hi, store_z_hi_sb): New
+ define_insn_and_splits and/or define_insns.
+ (store_z_hi_neg, store_z_hi_and, store_z_<mode>): Likewise.
+ (store_z_<mode>_neg, store_z_<mode>_and, store_z): Likewise.
+
+2022-10-01 Jeff Law <jeffreyalaw@gmail.com>
+
+ * tree-ssa-dom.cc (record_edge_info): Install correct version of
+ patch.
+
+2022-10-01 Eugene Rozenfeld <erozen@microsoft.com>
+
+ * dwarf2out.cc (add_call_src_coords_attributes): Emit discriminators for inlined call sites.
+
2022-09-30 Jeff Law <jeffreyalaw@gmail.com>
* tree-ssa-dom.cc (single_block_loop_p): New function.
+2022-10-01 Patrick Palka <ppalka@redhat.com>
+
+ * semantics.cc (trait_expr_value): Make cp_trait_kind switch
+ statement exhaustive.
+ (finish_trait_expr): Likewise.
+ (finish_trait_type): Likewise.
+
+2022-10-01 Jason Merrill <jason@redhat.com>
+
+ * init.cc (build_vec_init): Clear from_array for CONSTRUCTOR
+ initializer.
+
+2022-10-01 Jason Merrill <jason@redhat.com>
+
+ * cp-gimplify.cc (cp_genericize_init): Also convert the result of
+ split_nonconstant_init to void.
+
2022-09-30 Patrick Palka <ppalka@redhat.com>
* constraint.cc (diagnose_trait_expr): Likewise.
+2022-10-01 José Rui Faustino de Sousa <jrfsousa@gmail.com>
+
+ PR fortran/100040
+ PR fortran/100029
+ * trans-expr.cc (gfc_conv_class_to_class): Add code to have
+ assumed-rank arrays recognized as full arrays and fix the type
+ of the array assignment.
+ (gfc_conv_procedure_call): Change order of code blocks such that
+ the free of ALLOCATABLE dummy arguments with INTENT(OUT) occurs
+ first.
+
2022-09-30 Tobias Burnus <tobias@codesourcery.com>
PR fortran/105318
+2022-10-01 José Rui Faustino de Sousa <jrfsousa@gmail.com>
+
+ PR fortran/100029
+ PR fortran/100040
+ * gfortran.dg/PR100029.f90: New test.
+ * gfortran.dg/PR100040.f90: New test.
+
2022-09-30 Jeff Law <jeffreyalaw@gmail.com>
* gcc.dg/infinite-loop.c: New test.