[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||2016-08-29
  Component|target  |other
Summary|[AVR] uint16_t instead  |uint16_t instead uint8_t
   |uint8_t comparison  |comparison
 Ever confirmed|0   |1

--- Comment #11 from Georg-Johann Lay  ---
Not a target issue: changed component from "target" to "other".