Ticket #45329: patch-bugfix60486.diff

File patch-bugfix60486.diff, 512 bytes (added by bbandi86@…, 10 years ago)
  • gcc/config/avr/avr.c

     
    68126812
    68136813  /* Work out the shortest sequence.  */
    68146814
    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);
    68176817
    68186818  if (plen)
    68196819    {