How EGCS with multi-threaded compliance?

Jeffrey A Law law@cygnus.com
Sat Apr 4 20:05:00 GMT 1998


  In message < 004501bd5f56$50b61ba0$2c91b780@pitcheri.gsfc.nasa.gov >you write:
  > I'm searching for a C++ compiler that is multi-thread compliance.
  > 
  > Under a high context switch environment g++ consistently fails.   I've
  > been told this is to be expected with g++ (even release 2.8x)
  > 
  > Is EGCS better?  Especially the c++ parts?
  > 
  > The word "thread" never showed up in the faq so I fear the worse.
The compiler should produce multi-thread safe code when presented with
multi-thread safe input files.

I do not believe the C++ runtime libraries are multi-thread safe yet,
but I'm sure someone with more knowledge will chime in :-)

jeff



More information about the Gcc mailing list