From: trtaab trtaab <tvfvof@outlook.com>
To: "gcc-help@gcc.gnu.org" <gcc-help@gcc.gnu.org>
Subject: I try to add a new toggle in gcc. the problem is that this c_common_resword only takes 16 bits while
Date: Wed, 3 Nov 2021 02:34:34 +0000 [thread overview]
Message-ID: <CH0PR10MB52904D70F1BCA140686FDD9BC78C9@CH0PR10MB5290.namprd10.prod.outlook.com> (raw)
struct c_common_resword
{
const char *const word;
ENUM_BITFIELD(rid) const rid : 16;
const unsigned int disable : 16;
};
This does not have enough space for hold 0x10000 any more.
Any solutions?
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows
reply other threads:[~2021-11-03 2:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CH0PR10MB52904D70F1BCA140686FDD9BC78C9@CH0PR10MB5290.namprd10.prod.outlook.com \
--to=tvfvof@outlook.com \
--cc=gcc-help@gcc.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).