Hi,
Please consider this mail as a reminder to review the patch posted
at the following link:-
http://gcc.gnu.org/ml/gcc-patches/2012-04/msg00255.html
Please review the patch and let us know if there should be any
modifications in it.
Thanks & Regards,
Naveen
Hi,
Please find attached the patch "smin.patch" which fixes the issue for
unsigned values with "min" instruction.
Currently, unsigned values greater than QI mode are converted into
signed values and hence generates wrong value.
The patch fixes the issue.
Tested with rx-elf. No new regressions.