mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 13:51:00 +08:00
Fix a libiberty testsuite failure
* testsuite/demangle-expected: Update expected demangling of enable_if pattern.
This commit is contained in:
parent
577350603a
commit
3bb6abbf4b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user