This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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] [Committed]: Remove static local in natNetworkInterfaceWin32.cc


>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:

Mohan> The static local in getRealNetworkInterfaces() caused an
Mohan> implicit dependency on libsupc++ which somehow never manifested
Mohan> itself before.

This is because there is now new code to handle thread-safe
initialization of static locals; g++ generates code that requires
libsupc++ in this case.

Tom


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