From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2119) id A08063857BA2; Wed, 20 Dec 2023 04:29:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A08063857BA2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1703046543; bh=Rb1KtWQXaj1IwneICYl0wI8jEVLXfVDjr3KlYlDEnwI=; h=To:Subject:Date:From:From; b=SsTdz5+8NqYOVmlJSCWbg9+liQjkOuokDNCHOsJOh49D8LuDRextb0JaacIbua6ib DdVCpLVVdiIioqdlxxjtdndoUmMZ7rotcZmCVKVAcWxBWs0Sg+nsnVsMl8I2FEdD77 NnbvrIOb1KF+WK8kHaYoC9vhcGQ6YFl6/ByXK1Ts= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. e56dc0003729ea6f7d26594dae34d218543edb49 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b510ddfa655ce489ac7e02da5c8d76b712be9b51 X-Git-Newrev: e56dc0003729ea6f7d26594dae34d218543edb49 Message-Id: <20231220042903.A08063857BA2@sourceware.org> Date: Wed, 20 Dec 2023 04:29:03 +0000 (GMT) From: Jeff Law 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 e56dc0003729ea6f7d26594dae34d218543edb49 (commit) from b510ddfa655ce489ac7e02da5c8d76b712be9b51 (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 e56dc0003729ea6f7d26594dae34d218543edb49 Author: Jeff Law Date: Tue Dec 19 21:28:03 2023 -0700 Document that bitfields are signed on mcore now. diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index eb14e09d..11c7ca7e 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -341,6 +341,13 @@ a work-in-progress.

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