]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 1 Jul 2023 00:22:01 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 1 Jul 2023 00:22:01 +0000 (00:22 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index fac7bf6f173869b73da7bb05a8fb50ba22a836a1..619ad3f14e666b34603ac1ca67790c09b2f8cce0 100644 (file)
@@ -1,3 +1,11 @@
+2023-06-30  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gimple-fold.cc (fold_array_ctor_reference): Fix head comment.
+       (fold_nonarray_ctor_reference): Likewise.  Specifically deal
+       with integral bit-fields.
+       (fold_ctor_reference): Make sure that the constructor uses the
+       native storage order.
+
 2023-06-29  liuhongt  <hongtao.liu@intel.com>
 
        PR rtl-optimization/110237
index e742d0ec698807bd371eabc0a2f0b0565e040e24..41f220817423fa8117ecbc2c850285e419095c63 100644 (file)
@@ -1 +1 @@
-20230630
+20230701
index 25926032b87e500c7cba31ad65f98137721bcf59..f56630001076ffcf6cb7a091ab08616e1721716f 100644 (file)
@@ -1,3 +1,10 @@
+2023-06-30  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.c-torture/execute/20230630-1.c: New test.
+       * gcc.c-torture/execute/20230630-2.c: Likewise.
+       * gcc.c-torture/execute/20230630-3.c: Likewise
+       * gcc.c-torture/execute/20230630-4.c: Likewise
+
 2023-06-29  liuhongt  <hongtao.liu@intel.com>
 
        * gcc.target/i386/pr110309.c: New test.