Fix a libiberty testsuite failure

* testsuite/demangle-expected: Update expected demangling of
	enable_if pattern.
This commit is contained in:
Nick Clifton 2020-03-02 03:50:34 -08:00 committed by H.J. Lu
parent 577350603a
commit 3bb6abbf4b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2020-03-02 Nick Clifton <nickc@redhat.com>
* testsuite/demangle-expected: Update expected demangling of
enable_if pattern.
2020-03-02 H.J. Lu <hongjiu.lu@intel.com>
PR lto/93966

View File

@ -1449,7 +1449,7 @@ 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*)
_ZNK5coro15emptyawEv
coro1::empty::operator co_await() const