------- Additional Comments From redi at gcc dot gnu dot org 2005-07-29 12:40 ------- Should a separate PR be opened requesting __GCC_PTHREADS__, so this PR can focus on whether _REENTRANT should be defined unconditionally and discussion of an alternative macro can take place separately?
I have the beginnings of a patch to define __GCC_PTHREADS__ whenever -pthread is given if that would help. It's incomplete, as not all gcc/config/* files use -pthread in the CPP_SPEC and I have only added -D__GCC_PTHREADS__ where CPP_SPEC already does something for -pthread/-pthreads. If I'm not wasting my time I'll finish it off. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11953