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

index 695297928f69f9d0d1320c4657653253c6132b82..f38cdfd1ac94763e9b198827eee5ab991e11642c 100644 (file)
@@ -1 +1 @@
-20250703
+20250704
index cfb2a444b5a87b909c493598ed987d17b13b73f7..d33354757e85f1905ccb11ec901420fb5afcf479 100644 (file)
@@ -1,3 +1,9 @@
+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-06-05  Release Manager
 
        * GCC 13.4.0 released.
index 40aa436c2f1639ff968cc5195c49653b092deca2..2bc9112c42c9bcbfeb9395cee623b5fb94c25f64 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-05  Jason Merrill  <jason@redhat.com>
 
        PR c++/120123
index a4c7e7bbf26f0ec1347e4c8633d021c9be04a872..f30b113405a4a4cb311e51248fed0e469bcd7b27 100644 (file)
@@ -1,3 +1,21 @@
+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-06-27  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gnat.dg/sso20.adb: New test.