]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/47218 (C++ multiple definitions of non-virtual thunk problem)
authorDave Korn <dave.korn.cygwin@gmail.com>
Mon, 10 Jan 2011 00:33:32 +0000 (00:33 +0000)
committerDave Korn <davek@gcc.gnu.org>
Mon, 10 Jan 2011 00:33:32 +0000 (00:33 +0000)
commitd06865bf070f23cafe7bf03851c5b5ac3747ed97
tree05685f0c2b4e57f2206b97d58364d368424f2cd5
parent637ebedd3893c7b350dc2b14d3f0458b11f9a519
re PR c++/47218 (C++ multiple definitions of non-virtual thunk problem)

gcc/ChangeLog:

PR c++/47218
* cgraphunit.c (assemble_thunk): Call resolve_unique_section.

gcc/testsuite/ChangeLog:

PR c++/47218
* g++.dg/other/pr47218-1.C: New test file.
* g++.dg/other/pr47218.C: Likewise.
* g++.dg/other/pr47218.h: New supporting header.

From-SVN: r168624
gcc/ChangeLog
gcc/cgraphunit.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/pr47218-1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/other/pr47218.C [new file with mode: 0644]
gcc/testsuite/g++.dg/other/pr47218.h [new file with mode: 0644]