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 c4ac83f..c7053c0 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 fe69eb2..844ac74 100644 (file)
@@ -1 +1 @@
-20210718
+20210719
index 5406c53..f1fe435 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 819aa97..2a2675a 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 87ee36d..d726e73 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.