https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88566
--- Comment #1 from krux <hoganmeier at gmail dot com> --- Even simpler example: uint8_t foo(uint8_t pin) { return pin > 0 ? pin - 1 : 0; }
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88566
--- Comment #1 from krux <hoganmeier at gmail dot com> --- Even simpler example: uint8_t foo(uint8_t pin) { return pin > 0 ? pin - 1 : 0; }