From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 078D2385DC2E; Wed, 26 Aug 2020 09:10:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 078D2385DC2E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1598433004; bh=9Uo5Ll3BcFNdSsaSLJSM6zICnVTbbMC4CKrUn+cXabw=; h=From:To:Subject:Date:From; b=G4mGQbzDF0Oe+5P3D/giETc76xyBE7S8nZ+ZzhjMtL8200qwJTfVxjib3AdtTzfuK K9gTR2AtQBoaMIoZbiiMSkyvh/Kg2WPLhJl1fwgO2eM07gbrxar/DOTOPQu7kILLV0 q0qln4qG6dTqzYnsZ5Unb1JNes1mlt2g1PwESYtU= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Jakub Jelinek To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/vendors/redhat/heads/gcc-10-branch X-Git-Oldrev: 7e26e4fbd4ee618dd991c6bbf3c5403aa90d2192 X-Git-Newrev: 931fe8394c6d6bdb6aa957b760767d7928ffaa15 Message-Id: <20200826091004.078D2385DC2E@sourceware.org> Date: Wed, 26 Aug 2020 09:10:03 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2020 09:10:04 -0000 https://gcc.gnu.org/g:931fe8394c6d6bdb6aa957b760767d7928ffaa15 commit 931fe8394c6d6bdb6aa957b760767d7928ffaa15 Author: GCC Administrator Date: Sat Aug 8 00:17:07 2020 +0000 Daily bump. Diff: --- gcc/ChangeLog | 62 +++++++++++++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 64 +++++++++++++++++++++++++++++++++++++++++++++++++ libstdc++-v3/ChangeLog | 12 ++++++++++ 4 files changed, 139 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 47c2ff506a4..658eed04dfe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,65 @@ +2020-08-07 Tamar Christina + + Backported from master: + 2020-08-03 Tamar Christina + + * config/aarch64/driver-aarch64.c (readline): Check return value fgets. + +2020-08-07 Tamar Christina + + Backported from master: + 2020-07-17 Tamar Christina + + * doc/sourcebuild.texi (dg-set-compiler-env-var, + dg-set-target-env-var): Document. + +2020-08-07 Tamar Christina + + Backported from master: + 2020-07-17 Tamar Christina + + * config/arm/driver-arm.c (host_detect_local_cpu): Add GCC_CPUINFO. + +2020-08-07 Tamar Christina + + Backported from master: + 2020-07-17 Tamar Christina + + * config/aarch64/driver-aarch64.c (host_detect_local_cpu): + Add GCC_CPUINFO. + +2020-08-07 Tamar Christina + + Backported from master: + 2020-07-17 Tamar Christina + + * config/aarch64/driver-aarch64.c (INCLUDE_SET): New. + (parse_field): Use std::string. + (split_words, readline, find_field): New. + (host_detect_local_cpu): Fix truncation issues. + +2020-08-07 Richard Sandiford + + Backported from master: + 2020-08-06 Richard Sandiford + + PR target/96191 + * config/arm/arm.md (arm_stack_protect_test_insn): Zero out + operand 2 after use. + * config/arm/thumb1.md (thumb1_stack_protect_test_insn): Likewise. + +2020-08-07 Richard Sandiford + + Backported from master: + 2020-08-05 Richard Sandiford + + PR target/96191 + * config/aarch64/aarch64.md (stack_protect_test_): Set the + CC register directly, instead of a GPR. Replace the original GPR + destination with an extra scratch register. Zero out operand 3 + after use. + (stack_protect_test): Update accordingly. + 2020-08-06 Richard Biener Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 007638ea22c..0aaecf38b04 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20200807 +20200808 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 29ae1a4e526..14fc46de554 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,67 @@ +2020-08-07 Tamar Christina + + Backported from master: + 2020-07-17 Tamar Christina + + * gcc.target/aarch64/cpunative/aarch64-cpunative.exp: New test. + * gcc.target/aarch64/cpunative/info_0: New test. + * gcc.target/aarch64/cpunative/info_1: New test. + * gcc.target/aarch64/cpunative/info_10: New test. + * gcc.target/aarch64/cpunative/info_11: New test. + * gcc.target/aarch64/cpunative/info_12: New test. + * gcc.target/aarch64/cpunative/info_13: New test. + * gcc.target/aarch64/cpunative/info_14: New test. + * gcc.target/aarch64/cpunative/info_15: New test. + * gcc.target/aarch64/cpunative/info_2: New test. + * gcc.target/aarch64/cpunative/info_3: New test. + * gcc.target/aarch64/cpunative/info_4: New test. + * gcc.target/aarch64/cpunative/info_5: New test. + * gcc.target/aarch64/cpunative/info_6: New test. + * gcc.target/aarch64/cpunative/info_7: New test. + * gcc.target/aarch64/cpunative/info_8: New test. + * gcc.target/aarch64/cpunative/info_9: New test. + * gcc.target/aarch64/cpunative/native_cpu_0.c: New test. + * gcc.target/aarch64/cpunative/native_cpu_1.c: New test. + * gcc.target/aarch64/cpunative/native_cpu_10.c: New test. + * gcc.target/aarch64/cpunative/native_cpu_11.c: New test. + * gcc.target/aarch64/cpunative/native_cpu_12.c: New test. + * gcc.target/aarch64/cpunative/native_cpu_13.c: New test. + * gcc.target/aarch64/cpunative/native_cpu_14.c: New test. + * gcc.target/aarch64/cpunative/native_cpu_15.c: New test. + * gcc.target/aarch64/cpunative/native_cpu_2.c: New test. + * gcc.target/aarch64/cpunative/native_cpu_3.c: New test. + * gcc.target/aarch64/cpunative/native_cpu_4.c: New test. + * gcc.target/aarch64/cpunative/native_cpu_5.c: New test. + * gcc.target/aarch64/cpunative/native_cpu_6.c: New test. + * gcc.target/aarch64/cpunative/native_cpu_7.c: New test. + * gcc.target/aarch64/cpunative/native_cpu_8.c: New test. + * gcc.target/aarch64/cpunative/native_cpu_9.c: New test. + +2020-08-07 Tamar Christina + + Backported from master: + 2020-07-17 Tamar Christina + + * lib/gcc-dg.exp (dg-set-compiler-env-var, dg-set-target-env-var): Add + verbose output. + +2020-08-07 Richard Sandiford + + Backported from master: + 2020-08-06 Richard Sandiford + + * gcc.target/arm/stack-protector-1.c: New test. + * gcc.target/arm/stack-protector-2.c: Likewise. + +2020-08-07 Richard Sandiford + + Backported from master: + 2020-08-05 Richard Sandiford + + PR target/96191 + * gcc.target/aarch64/stack-protector-1.c: New test. + * gcc.target/aarch64/stack-protector-2.c: Likewise. + 2020-08-04 Michael Meissner David Edelsohn diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 85c25f8e580..c5eb7bfb424 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,15 @@ +2020-08-07 Jonathan Wakely + + Backported from master: + 2020-08-07 Jonathan Wakely + + PR libstdc++/96303 + * include/debug/bitset (bitset::operator==): Call _M_base() on + right operand. + (bitset::operator!=): Likewise, but don't define it at all when + default comparisons are supported by the compiler. + * testsuite/23_containers/bitset/operations/96303.cc: New test. + 2020-08-06 Jonathan Wakely Backported from master: