From 7cea2ec7f4e8ee39020bd0da65c5a51e87fe7515 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Sat, 22 Aug 2020 00:17:35 +0000 Subject: Daily bump. --- gcc/ChangeLog | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 43 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 92 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c0d756c..98b0020 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,51 @@ +2020-08-21 Richard Sandiford + + Backported from master: + 2020-08-21 Richard Sandiford + + * doc/extend.texi: Update links to Arm docs. + * doc/invoke.texi: Likewise. + +2020-08-21 Tamar Christina + + Backported from master: + 2020-08-03 Tamar Christina + + * config/aarch64/driver-aarch64.c (readline): Check return value fgets. + +2020-08-21 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-21 Tamar Christina + + Backported from master: + 2020-07-17 Tamar Christina + + * config/arm/driver-arm.c (host_detect_local_cpu): Add GCC_CPUINFO. + +2020-08-21 Tamar Christina + + Backported from master: + 2020-07-17 Tamar Christina + + * config/aarch64/driver-aarch64.c (host_detect_local_cpu): + Add GCC_CPUINFO. + +2020-08-21 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-18 Uroš Bizjak PR target/96536 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 7ead964..faac504 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20200821 +20200822 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2c96baf..ce527a3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,46 @@ +2020-08-21 Tamar Christina + + Backported from master: + 2020-07-17 Tamar Christina + + * gcc.target/aarch64/cpunative/aarch64-cpunative.exp: New file. + * 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_13.c: New test. + * gcc.target/aarch64/cpunative/native_cpu_14.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. + +2020-08-21 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-12 Kewen Lin PR testsuite/94077 -- cgit v1.1