[committed,gcc-wwwdocs] Add blurb about bitfield signedness on mcore

Message ID 4f228ab7-cc8f-4ca7-b32c-58e530771796@gmail.com
State New
Headers
Series [committed,gcc-wwwdocs] Add blurb about bitfield signedness on mcore |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply

Commit Message

Jeff Law Dec. 20, 2023, 4:29 a.m. UTC
  Pushed to the trunk.

jeff
commit e56dc0003729ea6f7d26594dae34d218543edb49
Author: Jeff Law <jlaw@ventanamicro.com>
Date:   Tue Dec 19 21:28:03 2023 -0700

    Document that bitfields are signed on mcore now.
  

Comments

Gerald Pfeifer Feb. 7, 2024, 9:23 p.m. UTC | #1
On Tue, 19 Dec 2023, Jeff Law wrote:
> Pushed to the trunk.

Is this minor follow-up okay, adding a full stop and shortening a bit?

Gerald

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.</p>
 <!-- <h3 id="mcore">MCore</h3> -->
 <ul>
   <li>Bitfields are now signed by default per GCC policy.  If you need bitfields
-    to be unsigned, then use <code>-funsigned-bitfields</code>
+    to be unsigned, use <code>-funsigned-bitfields</code>.
   </li>
 </ul>
  
Jeff Law Feb. 8, 2024, 12:47 a.m. UTC | #2
On 2/7/24 14:23, Gerald Pfeifer wrote:
> On Tue, 19 Dec 2023, Jeff Law wrote:
>> Pushed to the trunk.
> 
> Is this minor follow-up okay, adding a full stop and shortening a bit?
Yes, of course.

Thanks.
jeff
  

Patch

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.</p>
   </li>
 </ul>
 
+<!-- <h3 id="mcore">MCore</h3> -->
+<ul>
+  <li>Bitfields are now signed by default per GCC policy.  If you need bitfields
+    to be unsigned, then use <code>-funsigned-bitfields</code>
+  </li>
+</ul>
+
 <!-- <h3 id="mips">MIPS</h3> -->
 
 <!-- <h3 id="mep">MeP</h3> -->