ack icon indicating copy to clipboard operation
ack copied to clipboard

[bug] ANSI C compiler cannot be built with NOBITFIELD defined

Open ccodere opened this issue 6 years ago • 0 comments

When building the ANSI C compiler with the NOBITFIELD define, the compiler will choke indicating that add_field() is missing, as it seems to be used for constructing unions in add_sel() of struct.c.

The add_sel() function should probably need to be revamped to resolve this issue.

ccodere avatar Mar 02 '19 17:03 ccodere