diff mbox

[wwwdocs] update gcc-4.7/changes.html

Message ID alpine.LNX.2.00.1202121924540.5509@gerinyyl.fvgr
State New
Headers show

Commit Message

Gerald Pfeifer Feb. 12, 2012, 6:25 p.m. UTC
On Wed, 8 Feb 2012, Jonathan Wakely wrote:
> Add note on thread improvements to libstdc++ changes.

Nice.  I have a hunch that many will be interested to learn which
targets are now benefiting from this.  Do you have a list, even if
not complete to add there?

Gerald

Comments

Jonathan Wakely Feb. 12, 2012, 9:55 p.m. UTC | #1
On 12 February 2012 18:25, Gerald Pfeifer wrote:
> On Wed, 8 Feb 2012, Jonathan Wakely wrote:
>> Add note on thread improvements to libstdc++ changes.
>
> Nice.  I have a hunch that many will be interested to learn which
> targets are now benefiting from this.  Do you have a list, even if
> not complete to add there?

Not a precise one, but I think it's basically any POSIX platform
supporting pthreads.

Previously it was only POSIX platorms supporting pthreads *and* the
POSIX Timeouts option.
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.75
diff -u -r1.75 changes.html
--- changes.html	5 Feb 2012 15:11:23 -0000	1.75
+++ changes.html	8 Feb 2012 00:42:40 -0000
@@ -412,6 +412,7 @@ 
          <li> uses-allocator construction for <code>tuple</code>; </li>
          <li> <code>vector</code> meets the allocator-aware container requirements; </li>
          <li> replacing <code>monotonic_clock</code> with <code>steady_clock</code>; </li>
+         <li> enabling the thread support library on a wider range of targets; </li>
          <li> many small improvements to conform to the FDIS. </li>
        </ul>
      </li>