]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 3 Feb 2025 00:16:28 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 3 Feb 2025 00:16:28 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 912364e3e39e9eeab22e7c2568e2b3083feacb25..b7b5ec8efe5e33519df8718c133ca61e02a1e13e 100644 (file)
@@ -1,3 +1,16 @@
+2025-02-02  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/117411
+       * doc/gm2.texi (Exception handling): New section.
+       (The ISO system module): Add description of COFF_T.
+       (Assembler language): Tidy up last sentance.
+
+2025-02-02  Lewis Hyatt  <lhyatt@gmail.com>
+
+       PR middle-end/115913
+       * optc-save-gen.awk (cl_optimization_compare): Skip options with
+       CL_WARNING flag.
+
 2025-02-01  H.J. Lu  <hjl.tools@gmail.com>
 
        PR target/118713
index ad51826fd80fa10c88aa881fd97d5bc899336655..7f9b55c65c334df6666bc0df94d87e2cc6d2fbf4 100644 (file)
@@ -1 +1 @@
-20250202
+20250203
index 413489aae8a4d996178d168969ac2594ede04317..9a097494bfa479a8907e633e4bd7e264945f89dd 100644 (file)
@@ -1,3 +1,14 @@
+2025-02-02  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/117411
+       * gm2/iso/run/pass/except9.mod: New test.
+       * gm2/iso/run/pass/lazyunique.mod: New test.
+
+2025-02-02  Lewis Hyatt  <lhyatt@gmail.com>
+
+       PR middle-end/115913
+       * c-c++-common/cpp/pr115913.c: New test.
+
 2025-02-01  H.J. Lu  <hjl.tools@gmail.com>
 
        PR rtl-optimization/111673