]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 15 Jul 2024 00:16:44 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 15 Jul 2024 00:16:44 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/c/ChangeLog
gcc/testsuite/ChangeLog

index 8d2ac6bf09c271c358cd10b4e2b36c0af216c9cd..ae05a2f9e9f76118f14122c714ca806c4117f61a 100644 (file)
@@ -1,3 +1,27 @@
+2024-07-14  Roger Sayle  <roger@nextmovesoftware.com>
+
+       * config/i386/i386-expand.cc (ix86_expand_fp_absneg_operator):
+       Use E_?Fmode enumeration constants in switch statement.
+       (ix86_expand_copysign): Likewise.
+       (ix86_expand_xorsign): Likewise.
+
+2024-07-14  Alejandro Colomar  <alx@kernel.org>
+
+       PR c/115185
+       * doc/invoke.texi: Document the new
+       -Wunterminated-string-initialization.
+
+2024-07-14  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config/cris/cris.cc (cris_option_override_after_change): Fix up
+       comment regarding disabling late_combine.
+
+2024-07-14  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config/cris/cris.cc (cris_option_override_after_change): New
+       function.  Disable late-combine by default.
+       (cris_option_override): Call the new function.
+
 2024-07-13  Mark Harmstone  <mark@harmstone.com>
 
        * dwarf2codeview.cc (write_lf_modifier): Expand upon comment.
index 7a5180344d512f9e16c665a1370c92a512899c8c..5e0ee8afc375ed4a258818cd2fe6a2a5a1ebea1e 100644 (file)
@@ -1 +1 @@
-20240714
+20240715
index 4c6d921606e20c72e7f80fb16996fa0564b36d2a..c09feb4b7b70ebd4752e7af1a7755352314f6999 100644 (file)
@@ -1,3 +1,8 @@
+2024-07-14  Alejandro Colomar  <alx@kernel.org>
+
+       PR c/115185
+       * c.opt: Add -Wunterminated-string-initialization.
+
 2024-07-13  David Malcolm  <dmalcolm@redhat.com>
 
        * c-common.cc: Include "tree-pretty-print-markup.h".
index d99319d07d3e47d7dd4683d0ec7dcd18c5dfe874..08551e2b5b0ef97976baa7a960fbac925215081e 100644 (file)
@@ -1,3 +1,11 @@
+2024-07-14  Alejandro Colomar  <alx@kernel.org>
+
+       PR c/115185
+       * c-typeck.cc (digest_init): Separate warnings about character
+       arrays being initialized as unterminated character sequences
+       with string literals, from -Wc++-compat, into a new warning,
+       -Wunterminated-string-initialization.
+
 2024-07-13  David Malcolm  <dmalcolm@redhat.com>
 
        * c-objc-common.cc: Include "tree-pretty-print-markup.h".
index 9a6e2ea682968368e4d7c5df1b813ce75e8a6b42..d15207afcba66adbed08d9aecb249480d5e6b3f9 100644 (file)
@@ -1,3 +1,10 @@
+2024-07-14  Alejandro Colomar  <alx@kernel.org>
+
+       PR c/115185
+       * gcc.dg/Wcxx-compat-14.c: Adapt the test to match the new text
+       of the warning, which doesn't say anything about C++ anymore.
+       * gcc.dg/Wunterminated-string-initialization.c: New test.
+
 2024-07-13  Mikael Morin  <mikael@gcc.gnu.org>
 
        * gfortran.dg/minmaxloc_17.f90: New test.