Ticket #45329: patch-bugfix60486.diff
File patch-bugfix60486.diff, 512 bytes (added by bbandi86@…, 10 years ago) |
---|
-
gcc/config/avr/avr.c
6812 6812 6813 6813 /* Work out the shortest sequence. */ 6814 6814 6815 avr_out_plus_1 (op, &len_minus, MINUS, &cc_ plus, code_sat, sign, out_label);6816 avr_out_plus_1 (op, &len_plus, PLUS, &cc_ minus, code_sat, sign, out_label);6815 avr_out_plus_1 (op, &len_minus, MINUS, &cc_minus, code_sat, sign, out_label); 6816 avr_out_plus_1 (op, &len_plus, PLUS, &cc_plus, code_sat, sign, out_label); 6817 6817 6818 6818 if (plen) 6819 6819 {