+2017-12-19 Claudiu Zissulescu <claziss@synopsys.com>
+
+ * config/arc/arc.c (legitimate_scaled_address_p): Clean
+ fall-through warning.
+ (arc_compute_frame_size): Remove unused variables.
+ (arc_print_operand): Fix fprintif format.
+ (arc_can_follow_jump): Clean fall-through warning.
+
2017-12-19 Marek Polacek <polacek@redhat.com>
PR c++/83489
case 4:
if (INTVAL (XEXP (XEXP (op, 0), 1)) != 4)
return false;
+ /* Fall through. */
default:
return false;
}
unsigned int total_size, var_size, args_size, pretend_size, extra_size;
unsigned int reg_size, reg_offset;
unsigned int gmask;
- enum arc_function_type fn_type;
- int interrupt_p;
struct arc_frame_info *frame_info;
int size;
case 'c':
if (GET_CODE (x) == CONST_INT)
- fprintf (file, "%d", INTVAL (x) );
+ fprintf (file, "%ld", INTVAL (x) );
else
output_operand_lossage ("invalid operands to %%c code");
case TYPE_BRANCH:
if (get_attr_length (u.r) != 2)
break;
+ /* Fall through. */
case TYPE_BRCC:
case TYPE_BRCC_NO_DELAY_SLOT:
return false;