1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-11 11:30:13 +00:00
Jesse Rosenstock 4e4e4c2d21 Allow char bit-fields
These are not required to be supported (only int, signed int, and
unsigned int are required), but most compilers support it.

https://port70.net/~nsz/c/c89/c89-draft.html#3.5.2.1
https://port70.net/~nsz/c/c89/c89-draft.html#A.6.5.8

For consistency with other integral types, plain `char` bit-fields
are unsigned, regardless of the `--signed-chars` option.

Fixes #1047
2020-09-08 14:24:04 +02:00
..
2014-11-22 16:59:31 +01:00
2020-07-12 23:11:43 +02:00
2017-03-21 22:35:25 +01:00
2020-08-22 13:44:18 +02:00
2018-10-16 09:45:30 +02:00
2019-04-25 15:19:53 +02:00
2020-07-21 19:24:39 +02:00
2020-09-08 14:24:04 +02:00
2020-08-02 01:18:28 +02:00
2020-07-09 15:57:51 +02:00
2020-08-14 19:58:58 +02:00
2020-08-14 16:12:17 +02:00
2020-08-26 23:20:28 +02:00
2020-07-12 23:11:43 +02:00
2014-11-23 12:50:47 +01:00
2020-07-12 23:11:43 +02:00
2020-07-12 23:11:43 +02:00
2020-07-12 23:11:43 +02:00
2020-09-08 14:24:04 +02:00
2014-11-22 17:02:46 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2020-07-09 16:05:57 +02:00
2020-07-09 16:05:57 +02:00
2020-07-09 16:05:57 +02:00
2020-07-09 16:05:57 +02:00
2016-08-15 11:26:03 -07:00
2020-09-08 14:24:04 +02:00
2020-07-21 19:24:39 +02:00
2017-04-04 15:45:24 +02:00
2017-04-04 15:51:00 +02:00
2017-04-04 15:52:01 +02:00
2017-04-04 15:52:37 +02:00
2017-04-04 15:53:14 +02:00
2019-02-12 22:50:49 +01:00
2020-08-26 20:39:34 +02:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2020-07-22 15:52:04 +02:00
2020-07-22 00:21:23 +02:00
2020-08-14 18:33:54 +02:00
2016-08-19 20:21:10 -07:00
2018-08-02 15:45:57 +02:00
2017-04-07 09:26:58 -04:00