]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/51910 (-frepo linking failure)
authorJason Merrill <jason@redhat.com>
Sat, 11 Feb 2012 08:50:23 +0000 (03:50 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 11 Feb 2012 08:50:23 +0000 (03:50 -0500)
commit4e92c31f3a3d1e85c3269348f1953658f11e694f
treed83848df093e0931613ba5a004396792d78d19cc
parentbd0ba05d4c778a42c0199f7868c36975431edcb2
re PR c++/51910 (-frepo linking failure)

PR c++/51910
* tlink.c (demangled_hash_entry): Change mangled to a VEC.
(demangle_new_symbols): Fill it.
(scan_linker_output): Walk it.
(start_tweaking): Split out from scan_linker_output.
(maybe_tweak): Update sym->chosen.
* Makefile.in (COLLECT2_OBJS): Add vec.o and gcc-none.o

From-SVN: r184127
gcc/ChangeLog
gcc/Makefile.in
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/repo10.C [new file with mode: 0644]
gcc/tlink.c