This is the mail archive of the gcc-patches@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]

RE: [Patch,AVR]: Fix PR39386 (x << x and x >> x)



> -----Original Message-----
> From: Georg-Johann Lay [mailto:avr@gjlay.de]
> Sent: Monday, July 25, 2011 5:20 AM
> To: gcc-patches@gcc.gnu.org
> Cc: Denis Chertykov; Weddington, Eric; Richard Henderson
> Subject: [Patch,AVR]: Fix PR39386 (x << x and x >> x)
> 
> This is a fix for pathological, variable shift offset shifts of
> the form x << x resp. x >> x.
> 
<snip> 
> Ok to install?
> 
> Johann
> 
> 
> 	PR target/39386
> 	* config/avr/avr.c (out_shift_with_cnt): Use tmp_reg as
> 	shift counter for x << x and x >> x shifts.

Please commit. Thanks!

Eric Weddington


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