2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-25 08:30:39 +08:00

Update expected demangler output.

2010-11-18  H.J. Lu  <hongjiu.lu@intel.com>

	PR other/42670
	* testsuite/abi/demangle/regression/cw-13.cc: Updated.

From-SVN: r166903
This commit is contained in:
H.J. Lu 2010-11-18 13:24:00 +00:00 committed by H.J. Lu
parent 1d85701e5c
commit 8a510ddbcf
2 changed files with 6 additions and 1 deletions
libstdc++-v3
ChangeLog
testsuite/abi/demangle/regression

@ -1,3 +1,8 @@
2010-11-18 H.J. Lu <hongjiu.lu@intel.com>
PR other/42670
* testsuite/abi/demangle/regression/cw-13.cc: Updated.
2010-11-18 Paolo Carlini <paolo.carlini@oracle.com>
* include/debug/formatter.h (__truth): Remove, unused.

@ -27,7 +27,7 @@ int main()
using namespace __gnu_test;
// cplus-dem CORE
verify_demangle("_GLOBAL__I__Z2fnv", "global constructors keyed to _Z2fnv");
verify_demangle("_GLOBAL__I__Z2fnv", "global constructors keyed to fn()");
return 0;
}