public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* I try to add a new toggle in gcc. the problem is that this c_common_resword only takes 16 bits while
@ 2021-11-03  2:34 trtaab trtaab
  0 siblings, 0 replies; only message in thread
From: trtaab trtaab @ 2021-11-03  2:34 UTC (permalink / raw)
  To: gcc-help

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-03  2:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-03  2:34 I try to add a new toggle in gcc. the problem is that this c_common_resword only takes 16 bits while trtaab trtaab

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).