Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 30 Aug 2020 00:16:20 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 30 Aug 2020 00:16:20 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index 6d9084327a2d02ea2c828b5ec46fd8bb8df7ad5e..aeafff462a5fd3c0056315ed4a6bf8788fb550a5 100644 (file)
@@ -1,3 +1,9 @@
+2020-08-29  Bill Schmidt  <wschmidt@linux.ibm.com>
+
+       * config/rs6000/rs6000-builtin.def (MASK_FOR_STORE): Remove.
+       * config/rs6000/rs6000-call.c (rs6000_expand_builtin): Remove
+       all logic for ALTIVEC_BUILTIN_MASK_FOR_STORE.
+
 2020-08-28  Martin Sebor  <msebor@redhat.com>
 
        * attribs.c (init_attr_rdwr_indices): Use global access_mode.
index cb50c2bdf0d4799ed76852e351038acdd29d693b..cf802bc822d92899dbec84bd6e30eb1392427af9 100644 (file)
@@ -1 +1 @@
-20200829
+20200830
index fa32bdee1057d6244270e2a6db10a505b1c0caf9..fa62ff9f381d65ee239180523983799f69a0a664 100644 (file)
@@ -1,3 +1,11 @@
+2020-08-29  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/std/numeric (__detail::__absu(bool)): Make deleted
+       function a function template, so it will be chosen for calls
+       with an explicit template argument list.
+       * testsuite/26_numerics/gcd/gcd_neg.cc: Add dg-prune-output.
+       * testsuite/26_numerics/lcm/lcm_neg.cc: Likewise.
+
 2020-08-28  Jonathan Wakely  <jwakely@redhat.com>
 
        * include/std/chrono (common_type): Fix partial specializations