From: Jonathan Wakely Date: Tue, 23 Aug 2016 10:13:36 +0000 (+0100) Subject: Remove reference to -pthreads option in libstdc++ manual X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d1c6b3e76b52656d266ffae2a16550086e6906f;p=gcc.git Remove reference to -pthreads option in libstdc++ manual * doc/xml/manual/using.xml: Remove reference to -pthreads option. * doc/html/*: Regenerate. From-SVN: r239693 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 42372b193e9..ddbbb73d3cc 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,8 @@ 2016-08-23 Jonathan Wakely + * doc/xml/manual/using.xml: Remove reference to -pthreads option. + * doc/html/*: Regenerate. + * testsuite/experimental/feat-cxx14.cc: Only preprocess, not compile. * testsuite/experimental/feat-lib-fund.cc: Likewise. diff --git a/libstdc++-v3/doc/html/manual/using.html b/libstdc++-v3/doc/html/manual/using.html index e9ed21fe872..c7f091d5d48 100644 --- a/libstdc++-v3/doc/html/manual/using.html +++ b/libstdc++-v3/doc/html/manual/using.html @@ -15,7 +15,7 @@ g++ -std=gnu++98 for older releases.

Table 3.1. C++ Command Options

Option FlagsDescription
-std=c++98 or -std=c++03 Use the 1998 ISO C++ standard plus amendments.
-std=gnu++98 or -std=gnu++03 - As directly above, with GNU extensions.
-std=c++11Use the 2011 ISO C++ standard.
-std=gnu++11As directly above, with GNU extensions.
-std=c++14Use the 2014 ISO C++ standard.
-std=gnu++14As directly above, with GNU extensions.
-fexceptionsSee exception-free dialect
-frttiAs above, but RTTI-free dialect.
-pthread or -pthreadsFor ISO C++11 + As directly above, with GNU extensions.
-std=c++11Use the 2011 ISO C++ standard.
-std=gnu++11As directly above, with GNU extensions.
-std=c++14Use the 2014 ISO C++ standard.
-std=gnu++14As directly above, with GNU extensions.
-fexceptionsSee exception-free dialect
-frttiAs above, but RTTI-free dialect.
-pthreadFor ISO C++11 <thread>, <future>, <mutex>, diff --git a/libstdc++-v3/doc/xml/manual/using.xml b/libstdc++-v3/doc/xml/manual/using.xml index 231028e6b61..ee76fefa9f8 100644 --- a/libstdc++-v3/doc/xml/manual/using.xml +++ b/libstdc++-v3/doc/xml/manual/using.xml @@ -78,7 +78,7 @@ - -pthread or -pthreads + -pthread For ISO C++11 <thread>, <future>,