https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98048

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:4bcded23eb87c55a1a3fcd23d5629a0c35aee4ba

commit r11-5539-g4bcded23eb87c55a1a3fcd23d5629a0c35aee4ba
Author: Richard Biener <rguent...@suse.de>
Date:   Mon Nov 30 10:41:36 2020 +0100

    tree-optimization/98048 - fix vector lowering of ABSU_EXPR

    This makes sure to use the correct type for the LHS of the scalar
    replacement statement.

    20220-11-30  Richard Biener  <rguent...@suse.de>

            PR tree-optimization/98048
            * tree-vect-generic.c (expand_vector_operations_1): Use the
            correct type for the scalar LHS replacement.

            * gcc.dg/vect/pr98048.c: New testcase.

Reply via email to