[Bug c++/82658] Suboptimal codegen on AVR when right-shifting 8-bit unsigned integers.

2018-04-28 Thread randy.brecker64 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82658

--- Comment #5 from Randy Brecker  ---
I confirm this is still true for x86 (!) with gcc-7.3.1 and gcc-8.0.1 in
language-mode c++.

[Bug c++/82658] Suboptimal codegen on AVR when right-shifting 8-bit unsigned integers.

2018-04-26 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82658

Georg-Johann Lay  changed:

   What|Removed |Added

 CC||randy.brecker64 at gmail dot 
com

--- Comment #4 from Georg-Johann Lay  ---
*** Bug 85533 has been marked as a duplicate of this bug. ***

[Bug c++/82658] Suboptimal codegen on AVR when right-shifting 8-bit unsigned integers.

2018-01-30 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82658

Georg-Johann Lay  changed:

   What|Removed |Added

  Component|middle-end  |c++

--- Comment #3 from Georg-Johann Lay  ---
According to comment 1, a C++ FE issue