This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/47218] [4.6.0 regression] C++ multiple definitions of non-virtual thunk problem


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47218

--- Comment #7 from Dave Korn <davek at gcc dot gnu.org> 2011-01-09 00:47:15 UTC ---
Created attachment 22932
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22932
proposed patch

Ensures thunks get a section name assigned in cgraphunit.c#assemble_thunk(). 
Taking this for a bootstrap/test cycle.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]