https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127064
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Kyrylo Tkachov <[email protected]>: https://gcc.gnu.org/g:e1b42ebd80dce9303994bb84a78931c7d9f4c6e2 commit r17-3689-ge1b42ebd80dce9303994bb84a78931c7d9f4c6e2 Author: Kyrylo Tkachov <[email protected]> Date: Wed Aug 26 10:45:03 2026 +0200 testsuite: use x86 effective target in vector MIN tests [PR127064] The x86 effective target covers both i?86 and x86_64 targets. Use it in the vector MIN narrowing tests instead of listing both target patterns. This does not change the selected configurations, it's just a cleanup that Rainer suggested in bugzilla. Tested on aarch64-unknown-linux-gnu and x86_64-pc-linux-gnu. gcc/testsuite/ChangeLog: PR tree-optimization/127064 * g++.dg/tree-ssa/vec-narrow-1.C: Use the x86 effective target. * g++.dg/tree-ssa/vec-narrow-minmax-2.C: Likewise. Signed-off-by: Kyrylo Tkachov <[email protected]>
