]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 6 Apr 2025 00:17:12 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 6 Apr 2025 00:17:12 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cobol/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libgcc/ChangeLog
libgcobol/ChangeLog

index f2bb985455ea53ff4216798c217f02a049759d4f..4ffbd9b965ff5a984a2f5f4688e6d65b6cbf6b44 100644 (file)
@@ -1,3 +1,12 @@
+2025-04-05  Sandra Loosemore  <sloosemore@baylibre.com>
+
+       PR middle-end/112589
+       * common.opt (-fcf-protection): Add documentation string.
+       * doc/invoke.texi (Option Summary): Add entry for -fcf-protection
+       without argument.
+       (Instrumentation Options): Tidy the -fcf-protection entry and
+       and add documention for the form without an argument.
+
 2025-04-04  Jakub Jelinek  <jakub@redhat.com>
 
        PR lto/119625
index d5996ab4116043cb90802d5f1676269423ec3036..b362d0af100713c7ed540b2d088ad861947a238e 100644 (file)
@@ -1 +1 @@
-20250405
+20250406
index 9f16500d0583d47d072867b4840be0a3638114e6..b1b310c36921329fb1530856c0b8d73375840026 100644 (file)
@@ -1,3 +1,11 @@
+2025-04-05  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * gcobolspec.cc (SPEC_FILE): New.
+       (lang_specific_driver): Make the 'need libgcobol' flag global
+       so that the prelink callback can use it. Libm use is now handled
+       via the library spec.
+       (lang_specific_pre_link): Include libgcobol.spec where needed.
+
 2025-04-04  Bob Dubner  <rdubner@symas.com>
 
        * cobol1.cc: Eliminate cobol_langhook_post_options.
index 91ea35d1845687b144fbb502390ce87e11fdb766..44b592b30b1d76e5e781964b745268ca151f777b 100644 (file)
@@ -1,3 +1,15 @@
+2025-04-05  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/118249
+       * constexpr.cc (potential_constant_expression_1)
+       <case INDIRECT_REF>: Remove obsolete *this handling.
+
+2025-04-05  Jason Merrill  <jason@redhat.com>
+
+       PR c++/118629
+       * name-lookup.cc (pushdecl_outermost_localscope): Look for an
+       sk_block.
+
 2025-04-04  Nathaniel Shead  <nathanieloshead@gmail.com>
 
        PR c++/119564
index 25aca7910b2d543059d33eb26c10b778352fbe25..040dc1c8cac2c54219a4e202b73493326c249959 100644 (file)
@@ -1,3 +1,20 @@
+2025-04-05  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/118249
+       * g++.dg/cpp0x/constexpr-reinterpret2.C: Expect error at
+       call site of the non-constexpr functions.
+       * g++.dg/cpp23/constexpr-nonlit12.C: Likewise.
+       * g++.dg/cpp0x/constexpr-ref14.C: New test.
+
+2025-04-05  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * lib/cobol.exp: Conditionally add a path for libgcobol.spec.
+
+2025-04-05  Jason Merrill  <jason@redhat.com>
+
+       PR c++/118629
+       * g++.dg/cpp0x/lambda/lambda-__func__3.C: New test.
+
 2025-04-04  Nathaniel Shead  <nathanieloshead@gmail.com>
 
        PR c++/119564
index 7151f313360306347acbb2ebd68c7797fc9f9393..c505e8877e5e2560129daf5fccd9c7a899c3b7ee 100644 (file)
@@ -1,3 +1,8 @@
+2025-04-05  Georg-Johann Lay  <avr@gjlay.de>
+
+       * config/avr/lib1funcs.S (__umulhisi3) [Have MUL]: Reduce call
+       depth by 1.
+
 2025-03-22  Georg-Johann Lay  <avr@gjlay.de>
 
        * config/avr/t-avr (LIB1ASMFUNCS, LIB2FUNCS_EXCLUDE):
index e06ccbe74a88f944506ca2397160b6d651d03436..28cd912579b1d04dceebe004ba0d793f16c59848 100644 (file)
@@ -1,3 +1,21 @@
+2025-04-05  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * Makefile.am: Add libgcobol.spec and dependency.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * configure.ac: Add libgcobol.spec handling.
+       * libgcobol.spec.in: New file.
+
+2025-04-05  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * aclocal.m4: Regenerate.
+       * config.h.in: Regenerate.
+       * Makefile.am: Use the configured LIBS and extra_ldflags.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * configure.ac: Shift configure to use c++. Order tests for tools
+       and environment before other tests.
+
 2025-04-04  Iain Sandoe  <iain@sandoe.co.uk>
 
        * Makefile.am: Use $(LIBM) to add the math lib when