http://bugzilla.gdcproject.org/show_bug.cgi?id=161
--- Comment #3 from Iain Buclaw <ibuc...@gdcproject.org> --- (In reply to Iain Buclaw from comment #2) > > When compiling the module, 'private bailOut' is would be seen as unused, and > so considered as a candidate for removal. However, external modules that > instantiate 'public enforce' would indirectly need bailOut to exist. > Even if 'private bailOut' is not removed. It still requires that TREE_PUBLIC be set on the symbol so that it is accessible at link-time. -- You are receiving this mail because: You are watching all bug changes.