]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 14 Feb 2025 00:22:20 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 14 Feb 2025 00:22:20 +0000 (00:22 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/m2/ChangeLog
gcc/testsuite/ChangeLog

index 4e49d25a7b110bc93652046637fa9c2d76a02b81..57494720b231437b36a15b7c5340bdd1519f8f61 100644 (file)
@@ -1,3 +1,14 @@
+2025-02-13  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2025-02-13  Marek Polacek  <polacek@redhat.com>
+
+       PR driver/117739
+       * doc/invoke.texi: Tweak wording for -Whardened.
+       * gcc.cc (driver_handle_option): If -z lazy or -z norelro was
+       specified, don't enable linker hardening.
+       (process_command): Don't check warn_hardened.
+
 2025-02-11  H.J. Lu  <hjl.tools@gmail.com>
 
        Backported from master:
index d38af5a635707b8e21ce93922d6a146f3e19652e..c2b6f8fd1b4f873f4bcb86180ecd0a4b30d5cec9 100644 (file)
@@ -1 +1 @@
-20250213
+20250214
index 8b644ac02a10135dd3942782bcf8ccc62e93b56a..ed85ca5046ae8d2394276a34772450689d50cc28 100644 (file)
@@ -1,3 +1,9 @@
+2025-02-13  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/118849
+       * decl2.cc (min_vis_expr_r): Constrain visibility according to
+       the type of decl_constant_var_p decls.
+
 2025-02-10  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index cd2fd895590fe6028b8d5074c3bc91b8e47bc2ea..9866f28496f00e7e0d80e886214296cc3f6ca5ef 100644 (file)
@@ -1,3 +1,18 @@
+2025-02-13  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2025-02-04  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/115112
+       * gm2-compiler/M2Quads.mod (BuildPseudoProcedureCall): Pass
+       tokno to each build procedure.
+       (BuildThrowProcedure): New parameter functok.
+       (BuildIncProcedure): New parameter proctok.
+       Pass proctok on the quad stack during every push.
+       (BuildDecProcedure): Ditto.
+       (BuildInclProcedure): New parameter proctok.
+       (BuildExclProcedure): New parameter proctok.
+
 2025-02-12  Gaius Mulley  <gaiusmod2@gmail.com>
 
        Backported from master:
index 55fac2082dc6cee9da2f44bd124e26f976768b27..d2639a7e0d4258cb72c1e7c397640980a6b7b469 100644 (file)
@@ -1,3 +1,30 @@
+2025-02-13  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2025-02-13  Marek Polacek  <polacek@redhat.com>
+
+       PR driver/117739
+       * c-c++-common/fhardened-16.c: New test.
+       * c-c++-common/fhardened-17.c: New test.
+       * c-c++-common/fhardened-18.c: New test.
+       * c-c++-common/fhardened-19.c: New test.
+       * c-c++-common/fhardened-20.c: New test.
+       * c-c++-common/fhardened-21.c: New test.
+
+2025-02-13  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2025-02-04  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/115112
+       * gm2/pim/run/pass/dectest.mod: New test.
+       * gm2/pim/run/pass/inctest.mod: New test.
+
+2025-02-13  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/118849
+       * g++.dg/template/linkage6.C: New test.
+
 2025-02-12  Gaius Mulley  <gaiusmod2@gmail.com>
 
        Backported from master: