arm: remove unused variables from test
authorStam Markianos-Wright <stam.markianos-wright@arm.com>
Thu, 6 Apr 2023 17:57:08 +0000 (18:57 +0100)
committerStam Markianos-Wright <stam.markianos-wright@arm.com>
Thu, 6 Apr 2023 17:57:14 +0000 (18:57 +0100)
commit1d509f190393627cffffdf0afffc427b25dd21c2
treefb904c7f71b7c6573b9c420412a334a31bcdc80c
parentddc9b5ee13cd686c8674f92d46045563c06a23ea
arm: remove unused variables from test

This is just a minor issue I found with a previous test
of mine that caused it to fail in C++ mode due to these
unused const variables being uninitialised. I forgot to
remove these after removing some test cases that did use
them. I removed the test cases, because I came to the
conclusion that the const-ness of the immediate was
irrelevant to the test itself.
Removing the variables now makes the test PASS for C++.

gcc/testsuite/ChangeLog:

* gcc.target/arm/mve/intrinsics/mve_intrinsic_type_overloads-fp.c: Remove unused variables.
* gcc.target/arm/mve/intrinsics/mve_intrinsic_type_overloads-int.c: Remove unused variables.
gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_intrinsic_type_overloads-fp.c
gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_intrinsic_type_overloads-int.c