I try to add a new toggle in gcc. the problem is that this c_common_resword only takes 16 bits while

trtaab trtaab tvfvof@outlook.com
Wed Nov 3 02:34:34 GMT 2021


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



More information about the Gcc-help mailing list