From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1921) id 205743857808; Mon, 18 Jan 2021 06:18:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 205743857808 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. e4354be46ea2252b983989a5f7bff3bac6ee1963 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4efcd4dbc9ee7358727451059bb0dbf45ba093f4 X-Git-Newrev: e4354be46ea2252b983989a5f7bff3bac6ee1963 Message-Id: <20210118061831.205743857808@sourceware.org> Date: Mon, 18 Jan 2021 06:18:31 +0000 (GMT) From: Sebastian Huber 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: Mon, 18 Jan 2021 06:18:31 -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 e4354be46ea2252b983989a5f7bff3bac6ee1963 (commit) from 4efcd4dbc9ee7358727451059bb0dbf45ba093f4 (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 e4354be46ea2252b983989a5f7bff3bac6ee1963 Author: Sebastian Huber Date: Sun Jan 17 20:07:48 2021 +0100 Add nios2 changes for GCC 11 diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 3527428f..7eeffb98 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -409,7 +409,20 @@ a work-in-progress.

- +

Nios II

+
    +
  • The options -mcustom-insn=N no longer produce compiler + warnings if the custom instruction is not generated due to missing + optimization options such as -fno-math-errno, + -ffinite-math-only, or + -funsafe-math-optimizations. These warnings were not + consistently emitted for all custom instructions. +
  • +
  • The -mcustom-fpu-cfg=fph2 option has been added to enable + the custom instructions supported by the Nios II Floating Point + Hardware 2 Component. +
  • +

NVPTX

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