]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 4 Apr 2025 00:21:55 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 4 Apr 2025 00:21:55 +0000 (00:21 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 75f45468e7e7e2f7de87931d07358757105eeca7..c36e5b2561765708306c92d4ddb76d9115b0d7b6 100644 (file)
@@ -1 +1 @@
-20250403
+20250404
index e0d7dfaff1c7b98b475b2846ad38a85a94519a86..cd5774f1cfb7933b4faec8ac110a5933a6b6c8f4 100644 (file)
@@ -1,3 +1,9 @@
+2025-04-03  Andre Vehreschild  <vehre@gcc.gnu.org>
+
+       PR fortran/119380
+       * trans-array.cc (structure_alloc_comps): Prevent freeing of
+       procedure pointer components.
+
 2025-03-27  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 698e8596d7235252d84b368d519b473e00fa0c30..d92168a11dc1b9fde9d7ab789dc4519cab5385dc 100644 (file)
@@ -1,3 +1,8 @@
+2025-04-03  Andre Vehreschild  <vehre@gcc.gnu.org>
+
+       PR fortran/119380
+       * gfortran.dg/proc_ptr_comp_54.f90: New test.
+
 2025-04-02  Richard Biener  <rguenther@suse.de>
 
        Backported from master:
index 0b454057ff2dc2a40d581ff3904e6a85c1404b7c..c5379e9dec335d33f61206acfb382180ada4ed30 100644 (file)
@@ -1,3 +1,22 @@
+2025-04-03  Tomasz Kamiński  <tkaminsk@redhat.com>
+
+       Backported from master:
+       2025-04-03  Tomasz Kamiński  <tkaminsk@redhat.com>
+
+       * testsuite/std/format/functions/format.cc: Restored line.
+
+2025-04-03  Tomasz Kamiński  <tkaminsk@redhat.com>
+
+       PR libstdc++/119593
+       * include/bits/unicode.h
+       (__unicode::__literal_encoding_is_unicode<_CharT>):
+       Corrected handing for UTF-16 and UTF-32 with "LE" or "BE" suffix.
+       * include/std/format (__formatter_str::_S_character_width):
+       Define.
+       (__formatter_str::_S_character_width): Updated passed char
+       length.
+       * testsuite/std/format/functions/format.cc: Test for wchar_t.
+
 2025-04-02  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: