]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 14 Dec 2024 00:25:58 +0000 (00:25 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 14 Dec 2024 00:25:58 +0000 (00:25 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/m2/ChangeLog
gcc/testsuite/ChangeLog

index e59460a69c0c28675427c6186d2508cb815be54d..049bb88d4b721315deaa2fe5881319cfe0f56ed0 100644 (file)
@@ -1,3 +1,21 @@
+2024-12-13  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2024-12-09  Marek Polacek  <polacek@redhat.com>
+
+       PR driver/117942
+       * opts-common.cc (decode_cmdline_options_to_array): Also detect
+       --diagnostics-plain-output.
+
+2024-12-13  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2024-12-10  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/117880
+       * fold-const.cc (operand_compare::operand_equal_p) <case tcc_unary>:
+       Use OP_SAME_WITH_NULL instead of OP_SAME.
+
 2024-12-09  Juergen Christ  <jchrist@linux.ibm.com>
 
        Backported from master:
index dba749d567d38f742f595edd30e6811ab4d3dbaa..ae0d5cf829e315207e51fce2cc57ec3f587cd877 100644 (file)
@@ -1 +1 @@
-20241213
+20241214
index cc4c1c17f7ee4d450ed57a54fa6f7be87bab112a..1b8d9ae9d81c0b582bd93e1546c5cc8ffb6f89c6 100644 (file)
@@ -1,3 +1,19 @@
+2024-12-13  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2024-12-09  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/115328
+       * gm2-compiler/M2Options.def (GetEnableForward): New procedure
+       function.
+       (SetEnableForward): New procedure.
+       * gm2-compiler/M2Options.mod (GetEnableForward): New procedure
+       function.
+       (SetEnableForward): New procedure.
+       (EnableForward): New boolean.
+       * gm2-compiler/P1SymBuild.mod (EndBuildForward): Check
+       GetEnableForward and generate an error message if false.
+
 2024-12-07  Gaius Mulley  <gaiusmod2@gmail.com>
 
        Backported from master:
index a7d6a1f4a288aa172d6de67eb8062e72b7817c9d..fe44ae7c9c860e4b6d75c5bcc2b43502e6e833de 100644 (file)
@@ -1,3 +1,20 @@
+2024-12-13  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2024-12-10  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/117880
+       * g++.dg/warn/Wduplicated-branches8.C: New test.
+
+2024-12-13  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2024-12-09  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/115328
+       * gm2/pim/fail/forward.mod: Move to...
+       * gm2/pim/pass/forward.mod: ...here.
+
 2024-12-12  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gnat.dg/matrix1.adb: New test.