]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 23 Sep 2022 00:22:05 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 23 Sep 2022 00:22:05 +0000 (00:22 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/po/ChangeLog
gcc/testsuite/ChangeLog

index 6fbb09fe858635bba6b870b3d97e2ba5ef402ee1..44f77519800c47263479370efa261fb09130b7e5 100644 (file)
@@ -1 +1 @@
-20220922
+20220923
index dc652e2c8a3828ac996d13a693a05969db308bec..4d60fd362f630a2b3c7075abd1777e8e690eca7c 100644 (file)
@@ -1,3 +1,12 @@
+2022-09-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-09-20  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/106986
+       * simplify.cc (gfc_simplify_findloc): Do not try to simplify
+       intrinsic FINDLOC when the ARRAY argument has a NULL shape.
+
 2022-09-16  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 4086b8ea80fdc32456c2a73746601fd24842d3ed..c443ef9f576827c240d588099d34d73e9061224a 100644 (file)
@@ -1,3 +1,7 @@
+2022-09-22  Joseph Myers  <joseph@codesourcery.com>
+
+       * fr.po: Update.
+
 2022-08-30  Joseph Myers  <joseph@codesourcery.com>
 
        * sv.po: Update.
index 4d7c2724746baa507b53e1d14460c053a46ebcb7..e6738e1fe921804f78419623690260eedfbbae21 100644 (file)
@@ -1,3 +1,17 @@
+2022-09-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-09-20  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/106986
+       * gfortran.dg/pr106986.f90: New test.
+
+2022-09-22  Haochen Jiang  <haochen.jiang@intel.com>
+
+       * gcc.target/i386/amx-check.h (request_perm_xtile_data):
+       New function to check if AMX is usable and enable AMX.
+       (main): Run test if AMX is usable.
+
 2022-09-21  Kewen Lin  <linkw@linux.ibm.com>
 
        Backported from master: