+2026-03-26 Marek Polacek <polacek@redhat.com>
+
+ PR c++/123613
+ * reflect.cc (get_reflection): Call mark_used.
+ (eval_can_substitute): Don't resolve_nondeduced_context here.
+ (eval_substitute): Call lookup_and_finish_template_variable instead
+ of lookup_template_variable and finish_template_variable.
+
2026-03-21 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/122786
+2026-03-26 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/115315
+ * decl.cc (insert_parameter_exprs): Make strcmp condition more
+ concise.
+ (gfc_get_pdt_instance): Use gf_replace_expr where possible and
+ use return value of gfc_simplify_expr. Correct error in which
+ params->expr was being simplified instead of c2->initializer.
+ * expr.cc (gfc_simplify_expr): If the substring 'start' value
+ is less than zero, it is clearly out of range and so return
+ false.
+
2026-03-25 Harald Anlauf <anlauf@gmx.de>
PR fortran/124567
+2026-03-26 Michal Jires <mjires@suse.cz>
+
+ * lto-partition.cc (enum map1to1_content): New.
+ (map_1_to_1): Use map1to1_content.
+ (lto_1_to_1_map): Likewise.
+ (create_asm_partitions): Likewise.
+ (lto_max_map): Likewise.
+ (lto_cache_map): Use create_asm_partitions.
+
2026-03-18 Dhruv Chawla <dhruvc@nvidia.com>
* Make-lang.in (lto1.fda): Add `--print-autofdo-gcov-version` to
+2026-03-26 Joseph Myers <josmyers@redhat.com>
+
+ * gcc.pot: Regenerate.
+
2026-03-23 Joseph Myers <josmyers@redhat.com>
* sv.po: Update.
+2026-03-26 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/115315
+ * gfortran.dg/pdt_90.f03: New test.
+
+2026-03-26 Jakub Jelinek <jakub@redhat.com>
+
+ * lib/mike-gcc.exp (postbase): Use switch instead of case for
+ TCL 9 compatibility.
+ * lib/mike-g++.exp (postbase): Likewise.
+
+2026-03-26 Michal Jires <mjires@suse.cz>
+
+ * gcc.dg/lto/toplevel-extended-asm-2_0.c: Add padding to asm label.
+ * gcc.dg/lto/toplevel-extended-asm-2_1.c: Add padding to asm label.
+
+2026-03-26 Marek Polacek <polacek@redhat.com>
+
+ PR c++/123613
+ * g++.dg/reflect/json-parser.C: New test.
+ * g++.dg/reflect/substitute7.C: New test.
+ * g++.dg/reflect/test.json: New test.
+
2026-03-25 Iain Sandoe <iain@sandoe.co.uk>
* g++.dg/contracts/cpp26/basic.contract.eval.p11-observe.C: Skip
+2026-03-26 Prathamesh Kulkarni <prathameshk@nvidia.com>
+
+ PR libgomp/124123
+ * testsuite/libgomp.c/pr122314.c (test): Initialize full_data
+ to 0.
+ * testsuite/libgomp.c/pr122356.c: Likewise.
+
2026-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR libgomp/123177