]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/testsuite/demangle-expected
c++, demangle: Implement https://github.com/itanium-cxx-abi/cxx-abi/issues/148 non...
[thirdparty/gcc.git] / libiberty / testsuite / demangle-expected
index 0997e96ea43dd7eb1b7276b48240e3532d0aea99..0f7b97a6d0ad414ac59f74cc7a6407ca47c5c31a 100644 (file)
@@ -1700,3 +1700,12 @@ void f<int>() requires C<int>
 # requires after ()
 _Z1fIiEvvQ1CIT_E
 void f<int>() requires C<int>
+
+_ZNH1S3fooES_
+S::foo(this S)
+
+_ZNH1S3barILi5EiEEvS_T0_
+void S::bar<5, int>(this S, int)
+
+_ZNH1S3bazERKS_
+S::baz(this S const&)