This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/45416] [4.5/4.6 Regression] Code size regression from 4.4 for ARM


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]