diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-06-25 00:16:30 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-06-25 00:16:30 +0000 |
commit | 2e546c261beddd649e92925373e1c54aec3299a0 (patch) | |
tree | 71b35c2e4d99ae6fe1598e43732f2d84e64ccebb /gcc/cp | |
parent | 58b475a2233630b1737bbdab986f08510d62cd3a (diff) | |
download | gcc-2e546c261beddd649e92925373e1c54aec3299a0.zip gcc-2e546c261beddd649e92925373e1c54aec3299a0.tar.gz gcc-2e546c261beddd649e92925373e1c54aec3299a0.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 2e8275e..adf54ef 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,27 @@ +2020-06-24 Nicholas Krause <xerofoify@gmail.com> + + PR c++/95672 + * typeck2.c (cxx_incomplete_type_diagnostic): Add missing + TYPE_EXPANSION_PACK check for diagnosing incomplete types in + cxx_incomplete_type_diagnostic. + +2020-06-24 Iain Sandoe <iain@sandoe.co.uk> + + PR c++/95518 + PR c++/95813 + * coroutines.cc (act_des_fn): Copy function + attributes onto the outlined coroutine helpers. + +2020-06-24 Jason Merrill <jason@redhat.com> + + * call.c (build_over_call): Only call build_base_path once. + +2020-06-24 Jason Merrill <jason@redhat.com> + + PR c++/95719 + * call.c (build_over_call): Look up the overrider in base_binfo. + * class.c (lookup_vfn_in_binfo): Look through BINFO_PRIMARY_P. + 2020-06-23 Jason Merrill <jason@redhat.com> PR c++/93976 |