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

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <[email protected]>:

https://gcc.gnu.org/g:a426e0a8c5ee9cdcf842ea44dc396069e890a4ca

commit r17-4214-ga426e0a8c5ee9cdcf842ea44dc396069e890a4ca
Author: Richard Biener <[email protected]>
Date:   Mon Sep 14 09:28:39 2026 +0200

    tree-optimization/127363 - fix bogus vector PAREN_EXPR code generation

    We are simply dropping PAREN_EXPRs which is of course incorrect.

            PR tree-optimization/127363
            * tree-vect-stmts.cc (vectorizable_assignment): Properly
            code-generate PAREN_EXPRs.

            * gcc.dg/vect/vect-pr127363.c: New testcase.

Reply via email to