From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1873) id B0A0938708CD; Thu, 14 May 2020 17:28:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B0A0938708CD To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 6d5199f7a6a3fc6a160cbacc86b29afa9d62a8bb X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1e978400c2a88a20e13031016db5c2746452ff54 X-Git-Newrev: 6d5199f7a6a3fc6a160cbacc86b29afa9d62a8bb Message-Id: <20200514172846.B0A0938708CD@sourceware.org> Date: Thu, 14 May 2020 17:28:46 +0000 (GMT) From: Iain Buclaw 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: Thu, 14 May 2020 17:28:46 -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 6d5199f7a6a3fc6a160cbacc86b29afa9d62a8bb (commit) from 1e978400c2a88a20e13031016db5c2746452ff54 (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 6d5199f7a6a3fc6a160cbacc86b29afa9d62a8bb Author: Iain Buclaw Date: Thu May 14 19:27:46 2020 +0200 wwwdocs: Address reviewer comments on D front-end section diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 0daa5ef7..b9fae2c6 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -500,21 +500,21 @@ int get_naïve_pi() {

D

  • Support for static foreach has been implemented.
  • -
  • Aliases can now be created directly from any __trait that +
  • Aliases can now be created directly from any __traits that return symbols or tuples. Previously, an AliasSeq was necessary in order to alias their return.
  • It is now possible to detect the language ABI specified for a struct, - class, or interface using __traits(getLinkage, ...) -
  • Support for core.math.toPrec intrinsics have been added. + class, or interface using __traits(getLinkage, ...). +
  • Support for core.math.toPrec intrinsics has been added. These intrinsics guarantee the rounding to specific floating-point - precisions at required points in the code. + precisions at specified points in the code.
  • Support for pragma(inline) has been implemented. Previously the pragma was recognized, but had no effect on the compilation.
  • -
  • Optional parentheses in asm operands are now deprecated and - will be removed in a future release. +
  • Optional parentheses in asm operands are deprecated and will + be removed in a future release.
  • All content imported files are now included in the make dependency list when compiling with -M. @@ -523,12 +523,12 @@ int get_naïve_pi() { module will now take effect when applied to function prototypes as well as when applied to full function declarations.
  • -
  • Added --enable-libphobos-checking configure option to +
  • Added a --enable-libphobos-checking configure option to control whether run-time checks are compiled into the D runtime library.
  • -
  • Added --with-libphobos-druntime-only configure option to - allow specifying whether to build only the core D runtime library, or - both the core and standard libraries into libphobos. +
  • Added a --with-libphobos-druntime-only configure option to + indicate whether to build only the core D runtime library, or both the + core and standard libraries into libphobos.
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) hooks/post-receive -- gcc-wwwdocs