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