]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 20 Feb 2024 00:22:04 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 20 Feb 2024 00:22:04 +0000 (00:22 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/po/ChangeLog
gcc/testsuite/ChangeLog

index 910ef2bd78e3c02c3688e72a16209312ba437d18..c2604ef3e7715c38e6df4bf631ae1bd70b7d777c 100644 (file)
@@ -1,3 +1,16 @@
+2024-02-19  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
+       Backported from master:
+       2023-12-20  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
+       PR target/112787
+       * tree-vect-generic.cc (type_for_widest_vector_mode): Change function to
+       use original vector type and check widest vector mode has at most the
+       same number of elements.
+       (get_compute_type): Pass original vector type rather than the element
+       type to type_for_widest_vector_mode and remove now obsolete check for
+       the number of elements.
+
 2024-02-15  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index c378bfd8de0b364eeb9926bcced5db35480dcebf..32129b838adb6ba1b694ebf5c6f4866b0bfbc743 100644 (file)
@@ -1 +1 @@
-20240219
+20240220
index e897cdb700496d6d7ad33a3fab164887ba714b46..46fba6eaa316ea75b9ac6a861c421a65155d5086 100644 (file)
@@ -1,3 +1,7 @@
+2024-02-19  Joseph Myers  <josmyers@redhat.com>
+
+       * zh_CN.po: Update.
+
 2024-02-07  Joseph Myers  <josmyers@redhat.com>
 
        * zh_CN.po: Update.
index 8430a81183a2d5bfc1adbfacd1a4d6740c0b519f..8e6cfd87ee127c42523fae573680f72ab8394a8b 100644 (file)
@@ -1,3 +1,10 @@
+2024-02-19  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
+       Backported from master:
+       2023-12-20  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
+       * gcc.target/aarch64/pr112787.c: New test.
+
 2024-02-16  Marek Polacek  <polacek@redhat.com>
 
        Backported from master: