]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 19 Jul 2021 00:16:24 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 19 Jul 2021 00:16:24 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/jit/ChangeLog
gcc/testsuite/ChangeLog

index c4ac83fed1ca36833838e7a76a21a45cbe5a33e1..c7053c0d7b1328468d648a4e0cc622bd218f29e4 100644 (file)
@@ -1,3 +1,19 @@
+2021-07-18  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR target/101492
+       * common/config/i386/i386-common.c (ix86_handle_option): For
+       -mgeneral-regs-only, enable the GPR only instructions which are
+       enabled implicitly by SSE ISAs unless they have been disabled
+       explicitly.
+
+2021-07-18  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR target/101495
+       * config/i386/i386.c (ix86_check_avx_upper_stores): Moved before
+       ix86_avx_u128_mode_needed.
+       (ix86_avx_u128_mode_needed): Return AVX_U128_DIRTY if callee
+       returns AVX register.
+
 2021-07-17  Jan Hubicka  <hubicka@ucw.cz>
 
        * tree-ssa-structalias.c (handle_rhs_call): Support EAF_NOT_RETURNED.
index fe69eb29cdf73f0357e1c4fd66023dafeec96b8b..844ac7405638ac55b3e417cad0ff3ebd922c5222 100644 (file)
@@ -1 +1 @@
-20210718
+20210719
index 5406c53f21420698067a63171782234a4f039a62..f1fe435a3cd2a2127115b37091e645e734378533 100644 (file)
@@ -1,3 +1,8 @@
+2021-07-18  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/101084
+       * io.c (resolve_tag_format): Extend FORMAT check to unknown type.
+
 2021-07-14  Harald Anlauf  <anlauf@gmx.de>
 
        PR fortran/100949
index 819aa97450cf59b65e364a2d45b3ffd266ef908b..2a2675a6907dc994712446cafa33996adfcc8e62 100644 (file)
@@ -1,3 +1,9 @@
+2021-07-18  Antoni Boucher  <bouanto@zoho.com>
+
+       PR target/95498
+       * jit-playback.c (convert): Add support to handle truncation and
+       extension in the convert function.
+
 2021-05-19  Martin Liska  <mliska@suse.cz>
 
        PR testsuite/100658
index 87ee36db7b62b0d79310328d7f889eb07690bf5a..d726e730383b4f63796d4da24e1a3a0eec42456c 100644 (file)
@@ -1,3 +1,27 @@
+2021-07-18  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR target/101492
+       * gcc.target/i386/pr101492-1.c: New test.
+       * gcc.target/i386/pr101492-2.c: Likewise.
+       * gcc.target/i386/pr101492-3.c: Likewise.
+       * gcc.target/i386/pr101492-4.c: Likewise.
+
+2021-07-18  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/101084
+       * gfortran.dg/fmt_nonchar_3.f90: New test.
+
+2021-07-18  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR target/101495
+       * gcc.target/i386/avx-vzeroupper-28.c: New test.
+
+2021-07-18  Antoni Boucher  <bouanto@zoho.com>
+
+       PR target/95498
+       * jit.dg/all-non-failing-tests.h: New test.
+       * jit.dg/test-cast.c: New test.
+
 2021-07-17  Jan Hubicka  <hubicka@ucw.cz>
 
        * gcc.dg/tree-ssa/modref-6.c: New test.