]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 27 Jan 2025 00:17:43 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 27 Jan 2025 00:17:43 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/m2/ChangeLog
gcc/testsuite/ChangeLog

index 444716bd4f2fc5c8c41f005dad9176f399e65b11..718d9dcdde27e208fab4c8d8e39b29ba69d4fa80 100644 (file)
@@ -1,3 +1,14 @@
+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
index 1e4e11a933af1e7097e349fdbad7d5aa9265dd8a..06131700b01790795a6bc3b8c8a025559d811374 100644 (file)
@@ -1 +1 @@
-20250126
+20250127
index 07fcffcdb6aeaec2fc30d2a28f484c839bdbf3e9..c948fe59c833f25daae8b154d4f1f6c1b4ec9869 100644 (file)
@@ -1,3 +1,12 @@
+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
index aeeaca1a6b6594d6658cdd4330ba50c9dacb3672..9090829bbac3e4d9c386f4f53b0bf6eeeb8e1903 100644 (file)
@@ -1,3 +1,21 @@
+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
index 7689a8aacd81cacba8a4e097f95ba4f3ff747d91..d980ba9d25b29a87fa626646d37bb071d79ae629 100644 (file)
@@ -1,3 +1,14 @@
+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