This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/45416] [4.5/4.6 Regression] Code size regression from 4.4 for ARM
- From: "gjl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 09 Dec 2011 13:01:39 +0000
- Subject: [Bug middle-end/45416] [4.5/4.6 Regression] Code size regression from 4.4 for ARM
- Auto-submitted: auto-generated
- References: <bug-45416-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45416
Georg-Johann Lay <gjl at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |eric.weddington at atmel
| |dot com, gjl at gcc dot
| |gnu.org
--- Comment #15 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2011-12-09 13:01:39 UTC ---
Appears that the patch leads to code bloat on AVR at least.
It is general wrong to assume that it's cheap to perform x >> n without caring
for the underlying architecture.