https://gcc.gnu.org/g:980e12480b59cdbdd5c0b7abf26886b030a03e7b
commit r14-11088-g980e12480b59cdbdd5c0b7abf26886b030a03e7b Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Sat Dec 14 00:25:58 2024 +0000 Daily bump. Diff: --- gcc/ChangeLog | 18 ++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/m2/ChangeLog | 16 ++++++++++++++++ gcc/testsuite/ChangeLog | 17 +++++++++++++++++ 4 files changed, 52 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e59460a69c0c..049bb88d4b72 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,21 @@ +2024-12-13 Marek Polacek <pola...@redhat.com> + + Backported from master: + 2024-12-09 Marek Polacek <pola...@redhat.com> + + PR driver/117942 + * opts-common.cc (decode_cmdline_options_to_array): Also detect + --diagnostics-plain-output. + +2024-12-13 Marek Polacek <pola...@redhat.com> + + Backported from master: + 2024-12-10 Marek Polacek <pola...@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 <jchr...@linux.ibm.com> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index dba749d567d3..ae0d5cf829e3 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20241213 +20241214 diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog index cc4c1c17f7ee..1b8d9ae9d81c 100644 --- a/gcc/m2/ChangeLog +++ b/gcc/m2/ChangeLog @@ -1,3 +1,19 @@ +2024-12-13 Gaius Mulley <gaiusm...@gmail.com> + + Backported from master: + 2024-12-09 Gaius Mulley <gaiusm...@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 <gaiusm...@gmail.com> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a7d6a1f4a288..fe44ae7c9c86 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,20 @@ +2024-12-13 Marek Polacek <pola...@redhat.com> + + Backported from master: + 2024-12-10 Marek Polacek <pola...@redhat.com> + + PR c++/117880 + * g++.dg/warn/Wduplicated-branches8.C: New test. + +2024-12-13 Gaius Mulley <gaiusm...@gmail.com> + + Backported from master: + 2024-12-09 Gaius Mulley <gaiusm...@gmail.com> + + PR modula2/115328 + * gm2/pim/fail/forward.mod: Move to... + * gm2/pim/pass/forward.mod: ...here. + 2024-12-12 Eric Botcazou <ebotca...@adacore.com> * gnat.dg/matrix1.adb: New test.