This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/66552] Missed optimization when shift amount is result of signed modulus
- From: "segher at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 30 Jun 2015 04:33:58 +0000
- Subject: [Bug rtl-optimization/66552] Missed optimization when shift amount is result of signed modulus
- Auto-submitted: auto-generated
- References: <bug-66552-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66552
Segher Boessenkool <segher at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2015-06-30
CC| |segher at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #2 from Segher Boessenkool <segher at gcc dot gnu.org> ---
Please file a separate bug for that last problem (it seems to be a
combine problem; it has nothing to do with PR66217). You can assign
it to me if you want.
Confirmed, btw.