This is the mail archive of the gcc-patches@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]

Re: [Patch: mingw/cygwin] Handle export of MI thunks from windowsdll's


Rather than remove the check for DECL_ARTIFICIAL, you should be able to add
a check for DECL_THUNK_P to handle thunks.  We still don't want
import/export to affect synthesized copy ctors et al.

Jason


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