Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 14 Feb 2022 00:16:23 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 14 Feb 2022 00:16:23 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/fortran/ChangeLog
gcc/go/ChangeLog
gcc/testsuite/ChangeLog
gotools/ChangeLog

index a3e17e0..512954b 100644 (file)
@@ -1,3 +1,10 @@
+2022-02-13  liuhongt  <hongtao.liu@intel.com>
+
+       PR target/103771
+       * match.pd (cond_expr_convert_p): New match.
+       * tree-vect-patterns.cc (gimple_cond_expr_convert_p): Declare.
+       (vect_recog_cond_expr_convert_pattern): New.
+
 2022-02-12  Jakub Jelinek  <jakub@redhat.com>
 
        PR sanitizer/104449
index 35b6375..b522c6a 100644 (file)
@@ -1 +1 @@
-20220213
+20220214
index 3e72eb7..cae3536 100644 (file)
@@ -1,3 +1,10 @@
+2022-02-13  Maciej W. Rozycki  <macro@orcam.me.uk>
+
+       PR ada/98724
+       PR ada/97504
+       * Makefile.rtl (LIBGNAT_TARGET_PAIRS) <alpha*-*-linux*>: Use
+       wraplf version of Aux_Long_Long_Float.
+
 2022-01-31  Pierre-Marie de Rodat  <derodat@adacore.com>
 
        * doc/share/conf.py: Remove spurious call to ".decode()".
index 4a1e6c6..418b5eb 100644 (file)
@@ -1,3 +1,11 @@
+2022-02-13  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/104228
+       * resolve.cc (resolve_assoc_var): Also create a new character
+       length for non-dummy associate targets.
+       * trans-stmt.cc (trans_associate_var): Initialize character length
+       even if no temporary is used for the associate variable.
+
 2022-02-10  Roger Sayle  <roger@nextmovesoftware.com>
            Tobias Burnus  <tobias@codesourcery.com>
 
index dd94ab3..f50a60b 100644 (file)
@@ -1,3 +1,10 @@
+2022-02-13  Ian Lance Taylor  <iant@golang.org>
+
+       * gospec.cc: Revert 2022-02-09 change:
+       (RTLIB, RT_LIBRARY): Don't define.
+       (lang_specific_driver): Don't add -lrt if linking statically
+       on GNU/Linux.
+
 2022-02-09  Ian Lance Taylor  <iant@golang.org>
 
        * gospec.cc (RTLIB, RT_LIBRARY): Define.
index d50556d..4de26b3 100644 (file)
@@ -1,3 +1,14 @@
+2022-02-13  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/104228
+       * gfortran.dg/asan/associate_58.f90: New test.
+       * gfortran.dg/asan/associate_59.f90: New test.
+
+2022-02-13  liuhongt  <hongtao.liu@intel.com>
+
+       * gcc.target/i386/pr103771-2.c: New test.
+       * gcc.target/i386/pr103771-3.c: New test.
+
 2022-02-12  Jakub Jelinek  <jakub@redhat.com>
 
        PR sanitizer/104449
index 13ed04c..e1d330b 100644 (file)
@@ -1,3 +1,10 @@
+2022-02-13  Ian Lance Taylor  <iant@golang.org>
+
+       * configure.ac: Revert 2022-02-09 change:
+       (RT_LIBS): Don't define.
+       * Makefile.am (check-runtime): Don't set GOLIBS to $(RT_LIBS).
+       * configure, Makefile.in: Regenerate.
+
 2022-02-11  Ian Lance Taylor  <iant@golang.org>
 
        * Makefile.am (go_cmd_cgo_files): Add ast_go118.go