From: Jennifer Schmitz Date: Mon, 18 Nov 2024 09:02:42 +0000 (-0800) Subject: testsuite: Move test pr117093.c into gcc.target/aarch64. X-Git-Tag: basepoints/gcc-16~4162 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=944471eaee4042b816ec2d58968bbdff52e07933;p=thirdparty%2Fgcc.git testsuite: Move test pr117093.c into gcc.target/aarch64. The test file pr117093.c failed on platforms other than aarch64, because it uses arm_neon.h. We moved it into gcc.target/aarch64. The patch was bootstrapped and tested on aarch64-linux-gnu and x86_64-linux-gnu, no regression. Committed as obvious. Signed-off-by: Jennifer Schmitz gcc/testsuite/ PR tree-optimization/117093 * gcc.dg/tree-ssa/pr117093.c: Move to gcc.target/aarch64. * gcc.target/aarch64/pr117093.c: New test. --- diff --git a/gcc/testsuite/gcc.dg/tree-ssa/pr117093.c b/gcc/testsuite/gcc.target/aarch64/pr117093.c similarity index 100% rename from gcc/testsuite/gcc.dg/tree-ssa/pr117093.c rename to gcc/testsuite/gcc.target/aarch64/pr117093.c