]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 26 Oct 2024 00:20:30 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 26 Oct 2024 00:20:30 +0000 (00:20 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 23eea1a512ee1440893489d3ebde9293e201560b..202388bf1bd8fda0ec369cb84b0cb8fa39d564cd 100644 (file)
@@ -1,3 +1,12 @@
+2024-10-24  liuhongt  <hongtao.liu@intel.com>
+
+       Backported from master:
+       2024-10-23  liuhongt  <hongtao.liu@intel.com>
+
+       PR target/117240
+       * config/i386/i386-builtin.def: Add avx/avx512f to vaes
+       ymm/zmm builtins.
+
 2024-10-21  Jeevitha  <jeevitha@linux.ibm.com>
 
        Backported from master:
index 7f899e9ca4b47d754c78dcd64682bf11ce62a167..7125d77c104ce6fba36a3d598ec51bf2e9fb7fd4 100644 (file)
@@ -1 +1 @@
-20241024
+20241026
index cf1b77de38b92ad298467872c08faed7866b1dfb..c1c2eccb9abb2cf3e6fe07bac6d3fba15ceb0c7a 100644 (file)
@@ -1,3 +1,17 @@
+2024-10-25  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2024-07-16  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/84868
+       * simplify.cc (gfc_simplify_len_trim): If the argument is an
+       element of a parameter array, simplify all the elements and
+       build a new parameter array to hold the result, after checking
+       that it doesn't already exist.
+       * trans-expr.cc (gfc_get_interface_mapping_array) if a string
+       length is available, use it for the typespec.
+       (gfc_add_interface_mapping): Supply the se string length.
+
 2024-09-20  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 8c4d59c30ce42a7b8eb05c10aeacee81e9f129ef..89a7a8d5b1ac3bfc5b8f197c784e84271995d130 100644 (file)
@@ -1,3 +1,19 @@
+2024-10-25  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2024-07-16  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/84868
+       * gfortran.dg/pr84868.f90: New test.
+
+2024-10-24  liuhongt  <hongtao.liu@intel.com>
+
+       Backported from master:
+       2024-10-23  liuhongt  <hongtao.liu@intel.com>
+
+       * gcc.target/i386/pr117240_avx.c: New test.
+       * gcc.target/i386/pr117240_avx512f.c: New test.
+
 2024-10-22  liuhongt  <hongtao.liu@intel.com>
 
        Backported from master: