From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 5C3063858D35; Fri, 16 Jun 2023 16:29:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5C3063858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1686932962; bh=2iOEEJN6kC0o6OllbLohQyJhqlO56usVfCN1W+gV96A=; h=To:Subject:Date:From:From; b=J9Mip1CHf3wjqO1DtN135ZPANeXAXD8l2hId7cgmFaTZIuQ/fE07+g/BuRfp/0a4J A80AzHQyPkzkxTXOOR5VbJg506FH2oyZ5eOHweFvye6sw5MiesVu29dw7HjrTDzj5Q CwqvZ6bFWmEQacpGDOSRAjOAB+Pcb+ljBFT92NnI= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 3b8f9b1283c8d77da28f34ff3383a454f5b2ee93 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b286a7932a63eb192e5586f7534ed508fca0c7f0 X-Git-Newrev: 3b8f9b1283c8d77da28f34ff3383a454f5b2ee93 Message-Id: <20230616162922.5C3063858D35@sourceware.org> Date: Fri, 16 Jun 2023 16:29:22 +0000 (GMT) From: Tobias Burnus 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 3b8f9b1283c8d77da28f34ff3383a454f5b2ee93 (commit) from b286a7932a63eb192e5586f7534ed508fca0c7f0 (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 3b8f9b1283c8d77da28f34ff3383a454f5b2ee93 Author: Tobias Burnus Date: Fri Jun 16 18:28:15 2023 +0200 gcc-14/changes.htm - Offloading: -lm/-lgfortran is autolinked diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index c403c94f..931fe64c 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -51,6 +51,15 @@ a work-in-progress.

was extended. + +
  • For offload-device code generated via OpenMP and OpenACC, the math + and the Fortran runtime libraries will now automatically be linked, + when the user or compiler links them on the host side. Thus, it is no + longer required to explicitly pass -lm and/or + -lgfortran to the offload-device linker using the -foffload-options= flag. +
  • New Languages and Language specific improvements

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