]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/16171 ([ABI] Problems with standard names in different namespaces)
authorBastian Blank <waldi@debian.org>
Tue, 13 Sep 2005 15:15:37 +0000 (15:15 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 13 Sep 2005 15:15:37 +0000 (15:15 +0000)
commit3beac9100a2cb243f88591bab2ae74f36be71a7d
tree1e691a55dae74caad99952616ac3ffb85960b120
parent7b09c6a4992b1b43eb00155f02b841969d48c5ae
re PR c++/16171 ([ABI] Problems with standard names in different namespaces)

PR c++/16171
* mangle.c (find_substitution): Do not use special substitutions
for identifiers not in std::.

PR c++/16171
* g++.dg/abi/mangle26.C: New test.
* g++.dg/abi/mangle27.C: New test.
* g++.dg/abi/mangle28.C: New test.
* g++.dg/abi/mangle29.C: New test.

From-SVN: r104228
gcc/cp/ChangeLog
gcc/cp/mangle.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/mangle26.C [new file with mode: 0644]
gcc/testsuite/g++.dg/abi/mangle27.C [new file with mode: 0644]
gcc/testsuite/g++.dg/abi/mangle28.C [new file with mode: 0644]
gcc/testsuite/g++.dg/abi/mangle29.C [new file with mode: 0644]