Hi, This patch adds support for widening scalars to vectors to allow binary operations with mixed operand types. It mainly extends the binop_promote function to call widen_scalar_to_vector if required. No regressions on i686-*- linux-gnu. Regards Ken Werner