mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
Fix a libiberty testsuite failure.
* testsuite/demangle-expected: Update expected demangling of enable_if pattern.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2020-01-17 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* testsuite/demangle-expected: Update expected demangling of
|
||||
enable_if pattern.
|
||||
|
||||
2020-01-01 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
Update copyright years.
|
||||
|
||||
@@ -1449,4 +1449,4 @@ Foo<int>()::{lambda(auto:1)#1}::operator()<char>(char) const::X::fn
|
||||
#PR91979 demangling nullptr expression
|
||||
|
||||
_Z3fooILPv0EEvPN9enable_ifIXeqT_LDnEEvE4typeE
|
||||
void foo<(void*)0>(enable_if<((void*)0)==((decltype(nullptr))), void>::type*)
|
||||
void foo<(void*)0>(enable_if<((void*)0)==(decltype(nullptr)), void>::type*)
|
||||
|
||||
Reference in New Issue
Block a user