diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-12-05 00:16:39 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-12-05 00:16:39 +0000 |
commit | c5fd8a9157c440c2039e7c7015f012800d1e524d (patch) | |
tree | 8a7d0b44dcea43ddc471c7fe26326b1cec959b92 /libstdc++-v3 | |
parent | 918a5b84a2c51dc9d011d39461cc276e6558069d (diff) | |
download | gcc-c5fd8a9157c440c2039e7c7015f012800d1e524d.zip gcc-c5fd8a9157c440c2039e7c7015f012800d1e524d.tar.gz gcc-c5fd8a9157c440c2039e7c7015f012800d1e524d.tar.bz2 |
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ed9c82c..8447b72 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,11 @@ +2020-12-04 Jakub Jelinek <jakub@redhat.com> + + PR c++/80780 + * testsuite/18_support/source_location/1.cc (main): Adjust for + __builtin_source_location using __PRETTY_FUNCTION__-like names instead + __FUNCTION__-like. + * testsuite/18_support/source_location/consteval.cc (main): Likewise. + 2020-12-03 Martin Sebor <msebor@redhat.com> * testsuite/ext/vstring/modifiers/clear/56166.cc: Suppress a false |