]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 22 Aug 2020 00:18:12 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 22 Aug 2020 00:18:12 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index ccf9d9b62eafded3a9043db060660837422db52e..3da84adc6d0ba36469fb66f044a29a50bbcbb691 100644 (file)
@@ -1,3 +1,51 @@
+2020-08-21  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2020-08-21  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * doc/extend.texi: Update links to Arm docs.
+       * doc/invoke.texi: Likewise.
+
+2020-08-21  Tamar Christina  <tamar.christina@arm.com>
+
+       Backported from master:
+       2020-08-03  Tamar Christina  <tamar.christina@arm.com>
+
+       * config/aarch64/driver-aarch64.c (readline): Check return value fgets.
+
+2020-08-21  Tamar Christina  <tamar.christina@arm.com>
+
+       Backported from master:
+       2020-07-17  Tamar Christina  <tamar.christina@arm.com>
+
+       * doc/sourcebuild.texi (dg-set-compiler-env-var,
+       dg-set-target-env-var): Document.
+
+2020-08-21  Tamar Christina  <tamar.christina@arm.com>
+
+       Backported from master:
+       2020-07-17  Tamar Christina  <tamar.christina@arm.com>
+
+       * config/arm/driver-arm.c (host_detect_local_cpu): Add GCC_CPUINFO.
+
+2020-08-21  Tamar Christina  <tamar.christina@arm.com>
+
+       Backported from master:
+       2020-07-17  Tamar Christina  <tamar.christina@arm.com>
+
+       * config/aarch64/driver-aarch64.c (host_detect_local_cpu):
+       Add GCC_CPUINFO.
+
+2020-08-21  Tamar Christina  <tamar.christina@arm.com>
+
+       Backported from master:
+       2020-07-17  Tamar Christina  <tamar.christina@arm.com>
+
+       * 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  <ubizjak@gmail.com>
 
        PR target/96536
index 7ead96493357530eca3a12fe4c40582427c23ff2..faac5049dd8e81f558276dcda99b7d4be113eeae 100644 (file)
@@ -1 +1 @@
-20200821
+20200822
index 94a48b605deeb145fe0660782270bc011a999436..c0c0f7cd793f6dabb0dfbf767ce2a54c7b7adc6c 100644 (file)
@@ -1,3 +1,46 @@
+2020-08-21  Tamar Christina  <tamar.christina@arm.com>
+
+       Backported from master:
+       2020-07-17  Tamar Christina  <tamar.christina@arm.com>
+
+       * 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  <tamar.christina@arm.com>
+
+       Backported from master:
+       2020-07-17  Tamar Christina  <tamar.christina@arm.com>
+
+       * lib/gcc-dg.exp (dg-set-compiler-env-var, dg-set-target-env-var): Add
+       verbose output.
+
 2020-08-12  Kewen Lin  <linkw@linux.ibm.com>
 
        PR testsuite/94077