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

misleading documentation for configure --enable-threads option


the install/CONFIGURE file has this to say about the --enable-threads 
option:

     * --enable-threads -- Specify that the target supports threads. This
       affects only the Objective-C compiler and runtime library.

which is dangerously wrong.  without --enable-threads turned on, the 
compiler will generate non-threadsafe stack frame code for c++ exception 
handling.  c++ exception handling is neither part of the Objective-C 
compiler or its runtime library.  it's a fundamental part of the c++ 
compiler.
--
                 -greg
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


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