2013-10-18 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* config/frv/frv.c (frv_init_cumulative_args): Fix wrong cast.
From-SVN: r203814
+2013-10-18 Jan-Benedict Glaw <jbglaw@lug-owl.de>
+
+ * config/frv/frv.c (frv_init_cumulative_args): Fix wrong cast.
+
2013-10-18 Richard Biener <rguenther@suse.de>
* stor-layout.c (layout_type): Do not change TYPE_PRECISION
{
tree ret_type = TREE_TYPE (fntype);
fprintf (stderr, " return=%s,",
- get_tree_code_name ((int)TREE_CODE (ret_type)));
+ get_tree_code_name (TREE_CODE (ret_type)));
}
if (libname && GET_CODE (libname) == SYMBOL_REF)