Re: C++: Non-virtual thunks to dtors no longer being emitted in comdat sections?

2011-01-08 Thread Dave Korn
On 08/01/2011 02:46, Dave Korn wrote: > Can anyone think of a recent change which might have impacted on the way > these thunks are emitted? Nevermind; I found it. Detailed explanation and related PR: http://gcc.gnu.org/ml/gcc-patches/2011-01/msg00446.html. http://gcc.gnu.org/bugzilla/sho

C++: Non-virtual thunks to dtors no longer being emitted in comdat sections?

2011-01-07 Thread Dave Korn
Evening all, Something has changed in the last few weeks that has resulted in, as the subject says, non-virtual thunks (in this case, all specifically to dtors, but I don't know if that is relevant or mere accident) no longer being emitted as comdat for i686-pc-cygwin; I haven't checked oth