+2025-01-26 Ilya Leoshkevich <iii@linux.ibm.com>
+
+ * asan.cc (asan_emit_stack_protection): Always zero the flag
+ unless it is cleared by the __asan_stack_free_N() libcall.
+
+2025-01-26 Pan Li <pan2.li@intel.com>
+
+ PR target/118103
+ * config/riscv/riscv.cc (riscv_conditional_register_usage): Add
+ the FRM as the global_regs.
+
2025-01-25 Andi Kleen <ak@gcc.gnu.org>
PR preprocessor/118168
+2025-01-26 Tobias Burnus <tburnus@baylibre.com>
+
+ * openmp.cc (gfc_omp_directives): Uncomment unroll and tile lines
+ as the directives are by now implemented.
+
+2025-01-26 Sandra Loosemore <sloosemore@baylibre.com>
+
+ * openmp.cc (resolve_omp_atomic): Fix typo in error message.
+
2025-01-25 Harald Anlauf <anlauf@gmx.de>
PR fortran/58857
+2025-01-26 Gaius Mulley <gaiusmod2@gmail.com>
+
+ * gm2-compiler/M2GenGCC.mod (FoldConstBecomes): Remove
+ commented out code.
+ Improve early return comment.
+
+2025-01-26 Gaius Mulley <gaiusmod2@gmail.com>
+
+ * gm2-compiler/M2GenGCC.mod (FoldStatementNote): Add header
+ comment.
+ (CodeStatementNote): Ditto.
+ (FoldRange): Tidy comment.
+ (CodeError): Ditto.
+ (CodeProcedureScope): Ditto.
+ (CheckConvertCoerceParameter): Replace op1 with nth.
+ Replace op2 with callee.
+ Replace op3 with actual.
+
2025-01-25 Gaius Mulley <gaiusmod2@gmail.com>
PR modula2/117737
+2025-01-26 Sandra Loosemore <sloosemore@baylibre.com>
+
+ * gfortran.dg/gomp/atomic-26.f90: Correct expected output after
+ fixing typo in error message.
+
+2025-01-26 Pan Li <pan2.li@intel.com>
+
+ PR target/118103
+ * gcc.target/riscv/rvv/base/pr118103-1.c: New test.
+ * gcc.target/riscv/rvv/base/pr118103-run-1.c: New test.
+
2025-01-25 Harald Anlauf <anlauf@gmx.de>
PR fortran/58857