From: GCC Administrator Date: Tue, 26 Jan 2021 00:17:23 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-10.3.0~363 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a348a46060e6ddd6e50ef83b1778d3ec62b2524;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4f81a66b7655..c7dbbe52f28d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,40 @@ +2021-01-25 Sebastian Huber + + Backported from master: + 2021-01-25 Sebastian Huber + + * config/rtems.h (STARTFILE_SPEC): Remove qnolinkcmds. + (ENDFILE_SPEC): Evaluate qnolinkcmds. + +2021-01-25 Sebastian Huber + + Backported from master: + 2021-01-25 Sebastian Huber + + * config/rtems.h (STARTFILE_SPEC): Remove nostdlib and + nostartfiles handling since this is already done by + LINK_COMMAND_SPEC. Evaluate qnolinkcmds. + (ENDFILE_SPEC): Remove nostdlib and nostartfiles handling since this + is already done by LINK_COMMAND_SPEC. + (LIB_SPECS): Remove nostdlib and nodefaultlibs handling since + this is already done by LINK_COMMAND_SPEC. Remove qnolinkcmds + evaluation. + +2021-01-25 Claudiu Zissulescu + + Backported from master: + 2020-12-11 Claudiu Zissulescu + + * config/arc/arc.md (mpyd_arcv2hs): New template + pattern. + (*pmpyd_arcv2hs): Likewise. + (*pmpyd_imm_arcv2hs): Likewise. + (mpyd_arcv2hs): Moved into above template. + (mpyd_imm_arcv2hs): Moved into above template. + (mpydu_arcv2hs): Likewise. + (mpydu_imm_arcv2hs): Likewise. + (su_optab): New optab prefix for sign/zero-extending operations. + 2021-01-22 Richard Sandiford Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 6069c193b03f..31caf8e9da91 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20210125 +20210126 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 672a8431282b..80485f251ca2 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,12 @@ +2021-01-25 Eric Botcazou + + * gcc-interface/trans.c (make_covariant_thunk): Set the DECL_CONTEXT + of the parameters and do not set TREE_PUBLIC on the thunk. + (maybe_make_gnu_thunk): Pass the alias to the covariant thunk. + * gcc-interface/utils.c (finish_subprog_decl): Set the DECL_CONTEXT + of the parameters here... + (begin_subprog_body): ...instead of here. + 2021-01-19 Eric Botcazou PR ada/98740 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index bd66fd200593..1f11896fea38 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,23 @@ +2021-01-25 Paul Thomas + + Backported from master: + 2021-01-25 Steve Kargl + + PR fortran/98517 + * resolve.c (resolve_charlen): Check that length expression is + present before testing for scalar/integer.. + +2021-01-25 Paul Thomas + + Backported from master: + 2020-12-29 Paul Thomas + + PR fortran/93833 + * trans-array.c (get_array_ctor_var_strlen): If the character + length backend_decl cannot be found, convert the expression and + use the string length. Clear up some minor white space issues + in the rest of the file. + 2021-01-23 Paul Thomas Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 80117fd1db02..e3df2c237dcc 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,32 @@ +2021-01-25 Eric Botcazou + + * gnat.dg/thunk2.adb, gnat.dg/thunk2.ads: New test. + * gnat.dg/thunk2_pkg.ads: New helper. + +2021-01-25 Paul Thomas + + Backported from master: + 2021-01-25 Steve Kargl + + PR fortran/98517 + * gfortran.dg/charlen_18.f90 : New test. + +2021-01-25 Claudiu Zissulescu + + Backported from master: + 2020-12-11 Claudiu Zissulescu + + * gcc.target/arc/pmpyd.c: New test. + * gcc.target/arc/tmac-1.c: Update. + +2021-01-25 Paul Thomas + + Backported from master: + 2020-12-29 Paul Thomas + + PR fortran/93833 + * gfortran.dg/deferred_character_36.f90 : New test. + 2021-01-23 Paul Thomas Backported from master: