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 target/40935] [avr] conditional comparison uses short instead of char


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40935

Georg Lay <avr at gjlay dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |avr at gjlay dot de

--- Comment #1 from Georg Lay <avr at gjlay dot de> 2010-11-03 19:55:52 UTC ---
Obviously compiled with -O0, nothing to be expected from optimizers. Optimizing
avr-gcc-4.3.3 performs well.

Moreover, note that the two sequences are *not* equivalent due to C promotion
rules.


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