[Bug other/77353] uint16_t instead uint8_t comparison

2016-08-29 Thread bseifert at gmx dot at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77353 --- Comment #12 from Berni --- Thanks, Georg-Johann, I can confirm that avr-g++ -S -Os -mmcu=atmega128 main.cpp performs a 16-bit comparison but avr-gcc -S -Os -mmcu=atmega128 main.c works as expected (8-bit comparison)

[Bug other/77353] uint16_t instead uint8_t comparison

2016-08-29 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77353 Georg-Johann Lay changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|