This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/49799] gcc arm generates illegal sbfx instruction
- From: "rearnsha at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 25 Jul 2011 09:03:33 +0000
- Subject: [Bug rtl-optimization/49799] gcc arm generates illegal sbfx instruction
- Auto-submitted: auto-generated
- References: <bug-49799-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49799
--- Comment #5 from Richard Earnshaw <rearnsha at gcc dot gnu.org> 2011-07-25 09:03:30 UTC ---
We should never generate a shift of -1. Instead the code that does that should
return (clobber const_int 0).