Michael Meissner wrote: > @@ -10326,7 +10352,7 @@ static rtx > altivec_expand_ld_builtin (tree exp, rtx target, bool *expandedp) > { > tree fndecl = TREE_OPERAND (CALL_EXPR_FN (exp), 0); > - unsigned int fcode = DECL_FUNCTION_CODE (fndecl); > + enum rs6000_builtins fcode = (enum rs6000_builtins) DECL_FUNCTION_CODE (fndecl); > tree arg0; > enum machine_mode tmode, mode0; > rtx pat, op0;
There are several changes like that in your patch. Shouldn't these changes be done in a separate patch? Regards, Gunther