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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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





[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux