+2025-07-18 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2025-07-18 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/121131
+ * gimple-fold.cc (fold_nonarray_ctor_reference): Use
+ TREE_INT_CST_LOW (TYPE_SIZE ()) instead of
+ GET_MODE_BITSIZE (SCALAR_INT_TYPE_MODE ()) for BLKmode BITINT_TYPEs.
+ Don't compute encoding_size at all for little endian targets.
+
2025-07-17 H.J. Lu <hjl.tools@gmail.com>
Backported from master:
+2025-07-18 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2025-07-18 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/121131
+ * gcc.dg/bitint-124.c: New test.
+
2025-07-17 H.J. Lu <hjl.tools@gmail.com>
Backported from master: