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

index 47c2ff506a493b2b082fdfbc62e10088408f76cd..658eed04dfe64c8fdc66f11b88f0684d4ccabedf 100644 (file)
@@ -1,3 +1,65 @@
+2020-08-07  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-07  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-07  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-07  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-07  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-07  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2020-08-06  Richard Sandiford  <richard.sandiford@arm.com>
+
+       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  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2020-08-05  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR target/96191
+       * config/aarch64/aarch64.md (stack_protect_test_<mode>): 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  <rguenther@suse.de>
 
        Backported from master:
index 007638ea22c873a9b44e331051a2765dd1760af2..0aaecf38b04f0af989e7ea2d37bf766c023eb165 100644 (file)
@@ -1 +1 @@
-20200807
+20200808
index 29ae1a4e5264756cdc36ad89589eda06beed65cf..14fc46de554fadf5f4d015dce4de410fa323376e 100644 (file)
@@ -1,3 +1,67 @@
+2020-08-07  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 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  <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-07  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2020-08-06  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * gcc.target/arm/stack-protector-1.c: New test.
+       * gcc.target/arm/stack-protector-2.c: Likewise.
+
+2020-08-07  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2020-08-05  Richard Sandiford  <richard.sandiford@arm.com>
+
+       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  <meissner@linux.ibm.com>
            David Edelsohn  <dje.gcc@gmail.com>
 
index 85c25f8e5801f0e14c9e3d3212d2381421955eb3..c5eb7bfb424cdf067df435c5aab98531e362f488 100644 (file)
@@ -1,3 +1,15 @@
+2020-08-07  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2020-08-07  Jonathan Wakely  <jwakely@redhat.com>
+
+       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  <jwakely@redhat.com>
 
        Backported from master: