]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 a3e17e07f85b29f524dbf13cfac68a0555702bb8..512954b1019e4bb2587ed37f6e4936e4f38c9c82 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 35b63756e8862adb23ecbc034972c702f6b14f76..b522c6ad39a433507367081345eea128da715c16 100644 (file)
@@ -1 +1 @@
-20220213
+20220214
index 3e72eb708ec0276079ca156533f8890937a3bb8d..cae35369e11e9bb2b8cf0cf1298b9cd6d1c6cf47 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 4a1e6c647dd2fa1dbc555bd8328eedf4838e87bf..418b5ebec2b26d743dffd944124fe5043dc6c697 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 dd94ab35fbe820725b6e5a835fcc3061f84552cf..f50a60b76e3ae3663790719c2fba4cd82ad228cc 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 d50556ddb56465063eed9130594f701b4b7ca563..4de26b3d3af112eb7f0cd523fafe592a486e26be 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 13ed04c8d5d6f76b2b6011443c770d4136e72351..e1d330b2170ed8c6023eb952b0ab98fefd723652 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