]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 13 Jun 2025 00:24:13 +0000 (00:24 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 13 Jun 2025 00:24:13 +0000 (00:24 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/po/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 4d0f2fa882a451d0ddf43e579a7e659ede3cfb75..926ccfff5cbb220a8badd7bd8fc6404965d6b0c7 100644 (file)
@@ -1,3 +1,13 @@
+2025-06-12  Martin Jambor  <mjambor@suse.cz>
+
+       Backported from master:
+       2025-05-29  Martin Jambor  <mjambor@suse.cz>
+
+       PR ipa/120295
+       * ipa-prop.cc (update_jump_functions_after_inlining): Do not
+       combine pass-through jump functions with type-casts changing
+       signedness.
+
 2025-06-10  Andrew Pinski  <quic_apinski@quicinc.com>
 
        Backported from master:
index b1bf7be35491f40d2624aec050dcf694944aa96f..c544224c34481e1fc46e58f840285bd4a1d95e5a 100644 (file)
@@ -1 +1 @@
-20250612
+20250613
index 61fc42e76198c3fe33d10f494975a49a08e0c4cf..aee225340c61de056f67f1fb85830486df3a82e6 100644 (file)
@@ -1,3 +1,35 @@
+2025-06-12  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * doc/gnat_rm/gnat_language_extensions.rst
+       (Generalized Finalization): Document the actual implementation.
+       (No_Raise): Move to separate section.
+       * gnat_rm.texi: Regenerate.
+
+2025-06-12  Ronan Desplanques  <desplanques@adacore.com>
+
+       * sem_ch3.adb (Build_Derived_Private_Type): Fix test.
+       (Build_Derived_Record_Type): Adjust error recovery paths.
+
+2025-06-12  Ronan Desplanques  <desplanques@adacore.com>
+
+       * exp_util.adb (Insert_Actions): Refine test.
+
+2025-06-12  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * doc/gnat_ugn/building_executable_programs_with_gnat.rst (Compiler
+       switches) <-O>: Fix long line.
+       * gnat_ugn.texi: Regenerate.
+
+2025-06-12  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * usage.adb (Usage): Justify the documentation of common switches
+       like that of other switches.  Rework that of the -O switch.
+       * doc/gnat_ugn/building_executable_programs_with_gnat.rst (Compiler
+       switches) <-O>: Rework and document 'z' and 'g' operands.
+       * doc/gnat_ugn/gnat_and_program_execution.rst (Optimization Levels):
+       Rework and document -Oz and -Og switches.
+       * gnat_ugn.texi: Regenerate.
+
 2025-06-10  Gary Dismukes  <dismukes@adacore.com>
 
        * einfo.ads: Revise comment about Dynamic_Predicate flag to make it
index 1db7cd58f00bd4d376b01655f1d2cf85bbde2514..3bfcf33bbbf8fc42eefdf4db787bb4e91a031e2c 100644 (file)
@@ -1,3 +1,7 @@
+2025-06-12  Joseph Myers  <josmyers@redhat.com>
+
+       * es.po: Update.
+
 2025-05-15  Joseph Myers  <josmyers@redhat.com>
 
        * zh_CN.po: Update.
index 400828793292a66db8a6553349b1c66bca9f1c96..c4bb931e8a70c52f139e7d1e6272927955ce4af9 100644 (file)
@@ -1,3 +1,11 @@
+2025-06-12  Martin Jambor  <mjambor@suse.cz>
+
+       Backported from master:
+       2025-05-29  Martin Jambor  <mjambor@suse.cz>
+
+       PR ipa/120295
+       * gcc.dg/ipa/pr120295.c: New test.
+
 2025-06-09  Jason Merrill  <jason@redhat.com>
 
        Backported from master:
index fac998b63eba7d00e31c2de5b7106daed3bb6c39..0742cdbc53e7270a37777448b438a16d0f3fa643 100644 (file)
@@ -1,3 +1,17 @@
+2025-06-12  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2025-06-12  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/120625
+       * include/std/format (__format::__disabled): Remove.
+       (__formatter_disabled): New type.
+       (formatter<char*, wchar_t>, formatter<const char*, wchar_t>)
+       (formatter<char[N], wchar_t>, formatter<string, wchar_t>)
+       (formatter<string_view, wchar_t>): Use __formatter_disabled as
+       base class instead of formatter<__disabled, wchar_t>.
+       * testsuite/std/format/formatter/120625.cc: New test.
+
 2025-06-10  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: