[Bug c/45881] bit offset of bitfields
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45881 --- Comment #3 from Jan Waclawek --- Thanks for the comments and the link. Small embedded is generally frowned upon. The proposal is characteristically heavyweight and unwieldy. Maybe in C5x.
[Bug target/61055] New: [avr] wrong test instruction after increment with -O1
Component: target Assignee: unassigned at gcc dot gnu.org Reporter: konfera at efton dot sk Target: avr #include extern int16_t foo(int16_t, int16_t); int main(void) { int16_t x = 0; int16_t y = 0; uint8_t c = 0x20; do { x = foo(x, y); y = foo(y, c