From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2168) id 5DEF23847837; Sat, 22 May 2021 00:18:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5DEF23847837 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: GCC Administrator To: gcc-cvs@gcc.gnu.org Subject: [gcc r11-8456] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/heads/releases/gcc-11 X-Git-Oldrev: 2bf34b9f4e446bf9be7f04458058dd5319fb396e X-Git-Newrev: 907a70be204588d9d7a282a7165048df912197de Message-Id: <20210522001847.5DEF23847837@sourceware.org> Date: Sat, 22 May 2021 00:18:47 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2021 00:18:47 -0000 https://gcc.gnu.org/g:907a70be204588d9d7a282a7165048df912197de commit r11-8456-g907a70be204588d9d7a282a7165048df912197de Author: GCC Administrator Date: Sat May 22 00:18:07 2021 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 22 ++++++++++++++++++++++ gcc/testsuite/ChangeLog | 4 ++++ libsanitizer/ChangeLog | 11 +++++++++++ 4 files changed, 38 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 6e5d5d3afec..d128d2a267a 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20210521 +20210522 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index cd3d945cf97..50201d29d98 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,25 @@ +2021-05-21 Eric Botcazou + + * gcc-interface/decl.c (gnat_to_gnu_entity) : Process + the implementation type of a packed type implemented specially. + +2021-05-21 Eric Botcazou + + * gcc-interface/decl.c (gnat_to_gnu_subprog_type): Always translate + the Is_Pure flag into the "pure" attribute of GNU C. + +2021-05-21 Eric Botcazou + + * gcc-interface/trans.c (Call_to_gnu): Restrict previous change + to bitfields whose size is not equal to the type size. + (gnat_to_gnu): Likewise. + +2021-05-21 Eric Botcazou + + * gcc-interface/trans.c (gnat_to_gnu) : + Put a SLOC on the assignment from the return value to the return + object in the copy-in/copy-out case. + 2021-04-27 Release Manager * GCC 11.1.0 released. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index fc9126ff274..60c48fb4c2f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2021-05-21 Eric Botcazou + + * gnat.dg/derived_type7.adb, gnat.dg/derived_type7.ads: New test. + 2021-05-20 Jason Merrill PR c++/100489 diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog index b72d9afe4d9..9da4130e657 100644 --- a/libsanitizer/ChangeLog +++ b/libsanitizer/ChangeLog @@ -1,3 +1,14 @@ +2021-05-21 Tamar Christina + + Backported from master: + 2021-05-21 Tamar Christina + + PR sanitizer/100379 + * sanitizer_common/sanitizer_common_interceptors_ioctl.inc: Cherry-pick + llvm-project revision f7c5351552387bd43f6ca3631016d7f0dfe0f135. + * sanitizer_common/sanitizer_platform_limits_posix.cpp: Likewise. + * sanitizer_common/sanitizer_platform_limits_posix.h: Likewise. + 2021-04-27 Release Manager * GCC 11.1.0 released.