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

--- Comment #11 from ktkachov at gcc dot gnu.org ---
(In reply to GCC Commits from comment #10)
> The releases/gcc-14 branch has been updated by Richard Biener
> <rgue...@gcc.gnu.org>:
> 
> https://gcc.gnu.org/g:2bb4a431eace7e77562e686ecc9c9504045da003
> 
> commit r14-11674-g2bb4a431eace7e77562e686ecc9c9504045da003
> Author: Jennifer Schmitz <jschm...@nvidia.com>
> Date:   Thu Apr 10 06:46:15 2025 -0700
> 
>     aarch64: Add test case.
>     
>     This patch adds a test case to the testsuite for PR119706.
>     The bug was already fixed by
>     https://gcc.gnu.org/pipermail/gcc-patches/2025-April/680573.html.
>     
>     OK for mainline?
>     
>     Signed-off-by: Jennifer Schmitz <jschm...@nvidia.com>
>     
>     gcc/testsuite/
>             PR tree-optimization/119706
>             * g++.target/aarch64/sve/pr119706.C: New test.
>     
>     (cherry picked from commit f6e6e6d9ba1d71fdd02a2c570d60217db6c5a31b)

I think the --param=aarch64-autovec-preference=sve-only in the testcase is only
valid for GCC 15. The param argument was renamed to a more user-friendly
string.
In GCC 14 and earlier it should be --param=aarch64-autovec-preference=2
instead.

Reply via email to