]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 13 Nov 2024 00:23:07 +0000 (00:23 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 13 Nov 2024 00:23:07 +0000 (00:23 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 5d50340c805509c608dd2fbe6e9c38d8558c7966..6095810a4324d6fa8c07eb4f860e24930cd2dc29 100644 (file)
@@ -1,3 +1,8 @@
+2024-11-12  John David Anglin  <danglin@gcc.gnu.org>
+
+       * config/pa/pa.md (decrement_and_branch_until_zero): Fix
+       constraint.
+
 2024-11-11  Haochen Jiang  <haochen.jiang@intel.com>
 
        * common/config/i386/cpuinfo.h (get_intel_cpu): Add new model
index 353869c3cbafb8c1388742e9c4bcca9e4dc9853c..8a225a1f705f88a506132cf52829259dbf92ea02 100644 (file)
@@ -1 +1 @@
-20241112
+20241113
index 100c9065d84ec888d6c778672bf3abcf852472f9..fb0c40b0114cf6c6d71e5ebf5100cc9b9ecc27c1 100644 (file)
@@ -1,3 +1,16 @@
+2024-11-12  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR ada/117328
+       * exp_aggr.adb (Two_Pass_Aggregate_Expansion): Use a type sized
+       from the index type to compute the length.  Simplify and remove
+       useless calls to New_Copy_Tree for this computation.
+
+2024-11-12  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR ada/113868
+       * par-ch6.adb (P_Subprogram) <Scan_Body_Or_Expression_Function>:
+       Add delta aggregate alongside the other forms of aggregates.
+
 2024-11-04  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR ada/113036
index 7a30f55c0de07bcd9ccdccb5a4464bb6d6308b51..1ff7f88465ff199becf0c630b6d6d789da181daa 100644 (file)
@@ -1,3 +1,8 @@
+2024-11-12  Andrew Carlotti  <andrew.carlotti@arm.com>
+
+       PR tree-optimization/112376
+       * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Update expectation.
+
 2024-11-09  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
 
        Backported from master:
index 94837d69d552dff34bb7d46f9038ef7e6b200c87..08c79d41730f74e0c0359743f9e8de35162b8035 100644 (file)
@@ -1,3 +1,18 @@
+2024-11-12  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/bits/unicode.h (_Utf_iterator::_M_read_utf16): Add
+       parentheses.
+
+2024-11-12  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/117520
+       * include/std/text_encoding (aliases_view:_Iterator::operator+=):
+       Fix typos that caused == to be used instead of =.
+       (aliases_view::_Iterator): Fix friend declaration.
+       * testsuite/std/text_encoding/members.cc: Adjust expected
+       behaviour of invalid subscript. Add tests for other erroneous
+       operations on iterators.
+
 2024-11-11  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: