On Mon, 12 Oct 2015, Jeff Law wrote:
> In the interest of keeping my sanity, I'd just change that last default value
> to something like "unknown type error" or somesuch. But I'm sure there's a
> better way. Suggestions?
The *right* fix is both of the following (either would suffice on its own
The avr-rtems port will not build using a trunk compiler on a system
with a reasonably modern glibc.
If we look at newlib-stdint.h, we have these wonderfully convoluted
conditionals like:
#define INT8_TYPE (CHAR_TYPE_SIZE == 8 ? "signed char" : 0)
They get more complex, but essentially they