]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 4 Jul 2025 00:24:18 +0000 (00:24 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 4 Jul 2025 00:24:18 +0000 (00:24 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index f891157a62bd3b2964ce586f092e1c5c32a6b0c2..b88368450c0ac9fdad134c72d901cfe95d0659e4 100644 (file)
@@ -1,3 +1,13 @@
+2025-07-03  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2025-06-12  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR target/120624
+       * config/aarch64/aarch64.md (SME_STATE_REGNUM): Expand on comments.
+       * config/aarch64/aarch64-sme.md (aarch64_restore_za): Also set
+       SME_STATE_REGNUM
+
 2025-06-27  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gimple-fold.cc (fold_const_aggregate_ref_1) <COMPONENT_REF>:
index 695297928f69f9d0d1320c4657653253c6132b82..f38cdfd1ac94763e9b198827eee5ab991e11642c 100644 (file)
@@ -1 +1 @@
-20250703
+20250704
index f8213df6324e9d86e8e3dae3696ac176998ffa9a..c6a628490295607d33ad11dbacd89b04e3ee24fc 100644 (file)
@@ -1,3 +1,20 @@
+2025-07-03  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/Makefile.in (gnatlib-sjlj): Delete.
+       (gnatlib-zcx): Do not modify Frontend_Exceptions constant.
+       * libgnat/system-linux-loongarch.ads (Frontend_Exceptions): Delete.
+
+2025-07-03  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/decl.cc (gnat_to_gnu_component_type): Validate the
+       Component_Size like the size of a type only if the component type
+       is actually packed.
+
+2025-07-03  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * exp_ch4.adb (Handle_Changed_Representation): Alphabetize local
+       variables.  Set the No_Finalize_Actions flag on the assignment.
+
 2025-05-23  Release Manager
 
        * GCC 14.3.0 released.
index 233f9ed881a09315f7e920a82ff4e0cb1b678e51..b94a14c582b07b60b83c1351c1885ff7a76fb6be 100644 (file)
@@ -1,3 +1,24 @@
+2025-07-03  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-07-03  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/120940
+       * typeck.cc (cp_build_array_ref): Fix a pasto.
+
+2025-07-03  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-07-01  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/120471
+       * typeck.cc (cp_build_array_ref) <case COND_EXPR>: If idx is not
+       INTEGER_CST, don't optimize the case (but cp_default_conversion on
+       array early if it has ARRAY_TYPE) or use
+       SAVE_EXPR <op0>, SAVE_EXPR <idx>, SAVE_EXPR <op0> as new op0 depending
+       on flag_strong_eval_order and whether op1 and op2 are arrays with
+       invariant address or tree invariant pointers.  Formatting fixes.
+
 2025-06-02  Jason Merrill  <jason@redhat.com>
 
        PR c++/120123
index 6cbaf041da53846f9fb4cdea395a432c5bb6d181..217018de03e93b8261a2b8c57168c3fb3bc4a384 100644 (file)
@@ -1,3 +1,29 @@
+2025-07-03  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-07-03  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/120940
+       * g++.dg/parse/pr120940.C: New test.
+       * g++.dg/warn/Wduplicated-branches9.C: New test.
+
+2025-07-03  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-07-01  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/120471
+       * g++.dg/ubsan/pr120471.C: New test.
+       * g++.dg/parse/pr120471.C: New test.
+
+2025-07-03  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2025-06-12  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR target/120624
+       * gcc.target/aarch64/sme/za_state_7.c: New test.
+
 2025-06-27  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gnat.dg/sso20.adb: New test.