testsuite: Fix typo in torture/vector-{1,2}.c
commitf672ab0ae1f4c00276125b9ff49884886834f5c3
authorKewen Lin <linkw@linux.ibm.com>
Tue, 21 May 2024 02:01:07 +0000 (20 21:01 -0500)
committerKewen Lin <linkw@linux.ibm.com>
Tue, 21 May 2024 02:01:07 +0000 (20 21:01 -0500)
treebe99f4abe9366a3ca16917329565af6a00c6005c
parent1a87deddf470c728e85cc9ca802b51ed2b1efbd6
testsuite: Fix typo in torture/vector-{1,2}.c

When making some clean up patches, I happened to find test
cases vector-{1,2}.c are having typo "powerpc64--*-*" in
target selector, which should be powerpc64-*-*.  The reason
why we didn't catch before is that all our testing machines
support VMX insns, so it passes always.  But it would break
if a test machine doesn't support that, so this patch is to
fix it to ensure robustness.

gcc/testsuite/ChangeLog:

* gcc.dg/torture/vector-1.c: Fix typo.
* gcc.dg/torture/vector-2.c: Likewise.
gcc/testsuite/gcc.dg/torture/vector-1.c
gcc/testsuite/gcc.dg/torture/vector-2.c