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

--- Comment #14 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Peter Bergner <berg...@gcc.gnu.org>:

https://gcc.gnu.org/g:17c5ad25811a92c45083a0ad0b9c7e0d944c9521

commit r15-9538-g17c5ad25811a92c45083a0ad0b9c7e0d944c9521
Author: Peter Bergner <berg...@linux.ibm.com>
Date:   Wed Apr 16 21:48:59 2025 +0000

    testsuite: Replace altivec vector attribute with generic equivalent
[PR112822]

    Usage of the altivec vector attribute requires use of the -maltivec option.
    Replace with a generic equivalent which allows building the test case on
    multiple other targets and non-altivec ppc cpus, but still diagnoses the
    ICE on unfixed compilers.

    2025-04-16  Peter Bergner  <berg...@linux.ibm.com>

    gcc/testsuite/
            PR tree-optimization/112822
            * g++.dg/pr112822.C: Replace altivec vector attribute with a
generic
            vector attribute.

Reply via email to