Daily bump.

This commit is contained in:
GCC Administrator 2020-08-30 00:16:20 +00:00
parent 0789600c59
commit daba4a713e
3 changed files with 15 additions and 1 deletions

View 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.

View File

@ -1 +1 @@
20200829
20200830

View 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