From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 633443858C5F; Thu, 8 Feb 2024 06:58:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 633443858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707375500; bh=wTpzyM4wpXUhCLdo6geyn9xr320uStnidc7duOV8Mfc=; h=To:Subject:Date:From:From; b=eXWAmswXMuck0GyQ3rE5jkZdQ8nsVOQgYjocmnjHQ78MvuMbVWlgCLoZ6MkaQrMv4 aXFwGegZ6apQ3JfhDVDJmg6gdED9oDRydxwSzpMrz9Yje5oK+u0ng8jG7sBJK0aQ52 hkklEoieeLXZA+hnXM6RfZK/1+dnLn8nwRSQ26Ns= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 8614af6cc6f3cfbc588d17e7dabbfde4ed73c6a1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3d0f4b4b7c389f0c9454ad71dd061b1bd8c68238 X-Git-Newrev: 8614af6cc6f3cfbc588d17e7dabbfde4ed73c6a1 Message-Id: <20240208065820.633443858C5F@sourceware.org> Date: Thu, 8 Feb 2024 06:58:20 +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 8614af6cc6f3cfbc588d17e7dabbfde4ed73c6a1 (commit) from 3d0f4b4b7c389f0c9454ad71dd061b1bd8c68238 (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 8614af6cc6f3cfbc588d17e7dabbfde4ed73c6a1 Author: Gerald Pfeifer Date: Thu Feb 8 07:57:55 2024 +0100 gcc-14: Tweak MCore entry diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 6d917535..dbc77493 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -504,7 +504,7 @@ a work-in-progress.

  • Bitfields are now signed by default per GCC policy. If you need bitfields - to be unsigned, then use -funsigned-bitfields + to be unsigned, use -funsigned-bitfields.
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs