Fix a libiberty testsuite failure.
* testsuite/demangle-expected: Update expected demangling of enable_if pattern.
This commit is contained in:
parent
82a9ed2050
commit
76e2944437
@ -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*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user