]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 4 Sep 2021 00:18:02 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 4 Sep 2021 00:18:02 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index d5d7022c6ba505250dd3ca6f744d7d101c300241..a9314724a2a47757f797086b16af403d3f196c02 100644 (file)
@@ -1,3 +1,33 @@
+2021-09-03  Michael Meissner  <meissner@linux.ibm.com>
+
+       * config/rs6000/altivec.md (UNSPEC_XXSPLTIDP): Rename from
+       UNSPEC_XXSPLTID.
+       (xxspltidp_v2df): Likewise.
+       (xxspltidp_v2df_inst): Likewise.
+
+2021-09-03  Michael Meissner  <meissner@linux.ibm.com>
+
+       * config/rs6000/altivec.md (xxspltiw_v4si): Use vecperm type
+       attribute.  Backport from master, 2021-08-24.
+       (xxspltiw_v4si_inst): Likewise.
+       (xxspltiw_v4sf_inst): Likewise.
+       (xxspltidp_v2df): Likewise.
+       (xxspltidp_v2df_inst): Likewise.
+       (xxsplti32dx_v4si): Likewise.
+       (xxsplti32dx_v4si_inst): Likewise.
+       (xxsplti32dx_v4sf_inst): Likewise.
+       (xxblend_<mode>): Likewise.
+       (xxpermx): Likewise.
+       (xxpermx_inst): Likewise.
+       (xxeval): Likewise.
+
+2021-09-03  liuhongt  <hongtao.liu@intel.com>
+
+       PR target/102166
+       * config/i386/amxbf16intrin.h : Remove macro check for __AMX_BF16__.
+       * config/i386/amxint8intrin.h : Remove macro check for __AMX_INT8__.
+       * config/i386/amxtileintrin.h : Remove macro check for __AMX_TILE__.
+
 2021-09-02  Peter Bergner  <bergner@linux.ibm.com>
 
        Backported from master:
index 1591e4e43ac2778ba2feb200fae365dd4837a86c..fd5abf169bae34085ef344c987f6de89c6e9356f 100644 (file)
@@ -1 +1 @@
-20210903
+20210904
index 5f1d46a1840940160ae3534f878c13081000a2bf..ae9bac3e0fa7348e09c6aef41cc36d56ab18f474 100644 (file)
@@ -1,3 +1,22 @@
+2021-09-03  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-08-30  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/101349
+       * resolve.c (resolve_allocate_expr): An unlimited polymorphic
+       argument to ALLOCATE must be ALLOCATABLE or a POINTER.  Fix the
+       corresponding check.
+
+2021-09-03  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-08-30  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/102113
+       * match.c (gfc_match_goto): Allow for whitespace in parsing list
+       of labels.
+
 2021-08-30  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index f0d02a306528d80f4258e5ea3a9dded25ab81fcc..d3e2c7e1e09230dd59ed35dcd10bd9cb56337e54 100644 (file)
@@ -1,3 +1,41 @@
+2021-09-03  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-08-30  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/101349
+       * gfortran.dg/unlimited_polymorphic_33.f90: New test.
+
+2021-09-03  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-08-30  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/102113
+       * gfortran.dg/goto_9.f90: New test.
+
+2021-09-03  Michael Meissner  <meissner@linux.ibm.com>
+
+       PR target/94630
+       * gcc.target/powerpc/pr70117.c: Specify that we need the long double
+       type to be IBM 128-bit.  Remove the code to use __ibm128.
+       Backport from master 2021-08-25.
+       * c-c++-common/dfp/convert-bfp-11.c: Specify that we need the long
+       double type to be IBM 128-bit.  Run the test at -O2 optimization.
+       Backport from master 2021-08-25.
+       * lib/target-supports.exp (add_options_for_long_double_ibm128): New
+       function.  Backport from master 2021-08-25.
+       (check_effective_target_long_double_ibm128): New function.
+       (add_options_for_long_double_ieee128): New function.
+       (check_effective_target_long_double_ieee128): New function.
+       (add_options_for_long_double_64bit): New function.
+       (check_effective_target_long_double_64bit): New function.
+
+2021-09-03  liuhongt  <hongtao.liu@intel.com>
+
+       PR target/102166
+       * g++.target/i386/pr102166.C: New test.
+
 2021-09-02  Peter Bergner  <bergner@linux.ibm.com>
 
        Backported from master: