From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id A967B3858C2F; Tue, 5 Jul 2022 16:41:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A967B3858C2F To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. a9fb7b977c0fb0471e7aa412e52f9ce50ae91193 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0f482d92ae32c99507ed0aa0961352f2ae5a6953 X-Git-Newrev: a9fb7b977c0fb0471e7aa412e52f9ce50ae91193 Message-Id: <20220705164126.A967B3858C2F@sourceware.org> Date: Tue, 5 Jul 2022 16:41:26 +0000 (GMT) From: Jonathan Wakely X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2022 16:41:26 -0000 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 a9fb7b977c0fb0471e7aa412e52f9ce50ae91193 (commit) from 0f482d92ae32c99507ed0aa0961352f2ae5a6953 (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 a9fb7b977c0fb0471e7aa412e52f9ce50ae91193 Author: Jonathan Wakely Date: Tue Jul 5 17:40:40 2022 +0100 Add notes about and header dependencies Also fix missing closing tag for

. diff --git a/htdocs/gcc-12/porting_to.html b/htdocs/gcc-12/porting_to.html index 079bda30..3badb0cc 100644 --- a/htdocs/gcc-12/porting_to.html +++ b/htdocs/gcc-12/porting_to.html @@ -82,6 +82,12 @@ be included explicitly when compiled with GCC 12:

  • <atomic> (for std::atomic)
  • +
  • <ctime> + (for std::time, std::mktime etc.) +
  • +
  • <pthread.h> + (for pthread_create, pthread_mutex_t etc.) +
  • C++ Standard Library deprecations

    @@ -109,6 +115,8 @@ GCC 12 now uses OPERATION as the name of the function to the CO_REDUCE intrinsic for the pairwise reduction, thus conforming to the Fortran 2018 standard. Previous versions used OPERATOR, which conformed to TS 18508. +

    + ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/porting_to.html | 8 ++++++++ 1 file changed, 8 insertions(+) hooks/post-receive -- gcc-wwwdocs