Daily bump.

This commit is contained in:
GCC Administrator 2022-02-14 00:16:23 +00:00
parent 4493c5a203
commit 0d31c8ec3f
7 changed files with 48 additions and 1 deletions

View 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

View File

@ -1 +1 @@
20220213
20220214

View 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()".

View 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>

View 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.

View 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

View 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