This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [PATCH] Simplify dg-options for tests using pthreads


On 23/08/16 10:04 +0100, Jonathan Wakely wrote:
On 23/08/16 10:45 +0200, Rainer Orth wrote:
Btw., there's one last -pthreads reference left in
libstdc++-v3/doc/xml/manual/using.xml.  Perhaps this should go, too.

Ah thanks, I'll update that.

Committed to trunk.

commit d55f8fa4148803c253aafa0f028b28d8a8048baa
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Tue Aug 23 10:13:09 2016 +0100

    Remove reference to -pthreads option in libstdc++ manual
    
    	* doc/xml/manual/using.xml: Remove reference to -pthreads option.
    	* doc/html/*: Regenerate.

diff --git a/libstdc++-v3/doc/xml/manual/using.xml b/libstdc++-v3/doc/xml/manual/using.xml
index 231028e..ee76fef 100644
--- a/libstdc++-v3/doc/xml/manual/using.xml
+++ b/libstdc++-v3/doc/xml/manual/using.xml
@@ -78,7 +78,7 @@
     </row>
 
     <row>
-      <entry><literal>-pthread</literal> or <literal>-pthreads</literal></entry>
+      <entry><literal>-pthread</literal></entry>
       <entry>For ISO C++11
         <filename class="headerfile">&lt;thread&gt;</filename>,
         <filename class="headerfile">&lt;future&gt;</filename>,

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