]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 5 Nov 2024 00:21:42 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 5 Nov 2024 00:21:42 +0000 (00:21 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/testsuite/ChangeLog

index 78593f16aa8a15d95b9d5d96612eefb914b541e0..6e3dbc9f013fbc444ec4bd6c7b21321c53055557 100644 (file)
@@ -1,3 +1,9 @@
+2024-11-04  Andrew MacLeod  <amacleod@redhat.com>
+
+       PR tree-optimization/117398
+       * gimple-range-edge.cc (gimple_outgoing_range::calc_switch_ranges):
+       Check for VARYING and don't call invert () on it.
+
 2024-10-30  liuhongt  <hongtao.liu@intel.com>
 
        Backported from master:
index 9a7f1aceb27fb115efe7826386fd0c2f0a8521d9..30cad970f74870816f82973e29908baf930a1161 100644 (file)
@@ -1 +1 @@
-20241104
+20241105
index a33b1c0949588b3e34ccc7120e04b20921ecd1e9..3f47bc1fab87a8c7b084dc00060b28562a799e7b 100644 (file)
@@ -1,3 +1,10 @@
+2024-11-04  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * checks.adb (Selected_Length_Checks.Get_E_Length): For a
+       component of a record with discriminants and if the expression is
+       a selected component, try to build an actual subtype from its
+       prefix instead of from the discriminal.
+
 2024-10-14  Steve Baird  <baird@adacore.com>
 
        PR ada/114593
index 7910065fb8803347ef06c19f2df64283dd17d069..64d6c718ac9795a4cd2d062eaa3680546d37a1ff 100644 (file)
@@ -1,3 +1,12 @@
+2024-11-04  Andrew MacLeod  <amacleod@redhat.com>
+
+       PR tree-optimization/117398
+       * gcc.dg/pr117398.c: New.
+
+2024-11-04  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/specs/array7.ads: New test.
+
 2024-11-01  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master: