From: GCC Administrator Date: Fri, 4 Jun 2021 00:18:13 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-11.2.0~292 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8d93bf68a3569047f91110b1c7e6c6c607b71aa;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a74383d0a220..7611c74fc7b4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,30 @@ +2021-06-03 Eric Botcazou + + PR ipa/99122 + * tree-inline.c (inline_forbidden_p): Remove test on return type. + +2021-06-03 Eric Botcazou + + * range-op.cc (get_bool_state): Adjust head comment. + (operator_not_equal::op1_range): Fix comment. + (operator_bitwise_xor::op1_range): Remove call to gcc_unreachable. + +2021-06-03 Alex Coplan + + Backported from master: + 2021-05-19 Alex Coplan + + PR target/100333 + * config/arm/arm.md (nonsecure_call_internal): Always ensure + callee's address is in a register. + +2021-06-03 Claudiu Zissulescu + + Backported from master: + 2021-06-02 Vineet Gupta + + * config/arc/arc.h (TARGET_CPU_DEFAULT): Change to hs38_linux. + 2021-06-02 Uroš Bizjak * config/i386/sse.md (abs2): diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index d18547857b14..8da0c6d18afb 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20210603 +20210604 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 50201d29d984..7b7265fd08e9 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,10 @@ +2021-06-03 Eric Botcazou + + * gcc-interface/decl.c (gnat_to_gnu_entity) : Add PAT + local constant and use it throughout. If it is set, use a ref-all + pointer type for the pointer-to-array field of the fat pointer type. + : Add PAT local constant and use it throughout. + 2021-05-21 Eric Botcazou * gcc-interface/decl.c (gnat_to_gnu_entity) : Process diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6c79c6718e07..fc32a43330f6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,25 @@ +2021-06-03 Eric Botcazou + + * gnat.dg/bit_packed_array6.adb: New test. + * gnat.dg/bit_packed_array6_pkg.ads: New helper. + +2021-06-03 Eric Botcazou + + * gnat.dg/inline22.adb: New test. + +2021-06-03 Eric Botcazou + + * gnat.dg/specs/opt5.ads: New test. + * gnat.dg/specs/opt5_pkg.ads: New helper. + +2021-06-03 Alex Coplan + + Backported from master: + 2021-05-19 Alex Coplan + + PR target/100333 + * gcc.target/arm/cmse/pr100333.c: New test. + 2021-06-01 Bill Schmidt PR testsuite/100750