From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id BDAE93858D28; Wed, 25 Jan 2023 11:11:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BDAE93858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674645096; bh=zmwszV/A42EtjaOAYGMjeIbC/XEukL1xswL+qgl0ZDM=; h=To:Subject:Date:From:From; b=xlNC9chwMR0dOTP1hGJawVt5+q1WSVJJO1FaciVG3Z2yl3jwyQP6ET4sm3kHwWWnn w6x3DWeMGvlbD8MV9GudqCckethVVrIFTqYO/JGTmHKTtAOM1Yra713Ij0oOaZI6gY kY4udLduQFrMaeUYjSo1oULjeg2vFVk8oWln3+Ys= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 5845735be3d89eb0c78fcc02615dda35e960f42a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a18af43b161b6ff4ea6e3aaf08dd72cbacb53a89 X-Git-Newrev: 5845735be3d89eb0c78fcc02615dda35e960f42a Message-Id: <20230125111136.BDAE93858D28@sourceware.org> Date: Wed, 25 Jan 2023 11:11:36 +0000 (GMT) From: Gerald Pfeifer List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 5845735be3d89eb0c78fcc02615dda35e960f42a (commit) via 6168a4b67741682ed9168ffdb5cfc6e8bec9557f (commit) from a18af43b161b6ff4ea6e3aaf08dd72cbacb53a89 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5845735be3d89eb0c78fcc02615dda35e960f42a Author: Gerald Pfeifer Date: Wed Jan 25 12:11:03 2023 +0100 gcc-6: Switch www.open-std.org links to https diff --git a/htdocs/gcc-6/changes.html b/htdocs/gcc-6/changes.html index 612ea48d..b400dd9c 100644 --- a/htdocs/gcc-6/changes.html +++ b/htdocs/gcc-6/changes.html @@ -300,7 +300,7 @@ within strings:

C++

  • The default mode has been changed to -std=gnu++14.
  • -
  • C++ +
  • C++ Concepts are now supported when compiling with -fconcepts.
  • -flifetime-dse is more commit 6168a4b67741682ed9168ffdb5cfc6e8bec9557f Author: Gerald Pfeifer Date: Mon Jan 23 12:35:53 2023 +0100 gcc-6: Consistently lower-case newlib diff --git a/htdocs/gcc-6/changes.html b/htdocs/gcc-6/changes.html index a9f033b1..612ea48d 100644 --- a/htdocs/gcc-6/changes.html +++ b/htdocs/gcc-6/changes.html @@ -817,14 +817,14 @@ within strings:

    RTEMS

    • The RTEMS thread model implementation changed. Mutexes now - use self-contained objects defined in Newlib <sys/lock.h> + use self-contained objects defined in newlib <sys/lock.h> instead of Classic API semaphores. The keys for thread specific data and the once function are directly defined via <pthread.h>. - Self-contained condition variables are provided via Newlib + Self-contained condition variables are provided via newlib <sys/lock.h>. The RTEMS thread model also supports C++11 threads.
    • -
    • OpenMP support now uses self-contained objects provided by Newlib +
    • OpenMP support now uses self-contained objects provided by newlib <sys/lock.h> and offers a significantly better performance compared to the POSIX configuration of libgomp. It is possible to configure thread pools for each scheduler instance via the environment ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-6/changes.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- gcc-wwwdocs