diff options
author | chenxiaolong <chenxiaolong@loongson.cn> | 2024-01-05 11:43:27 +0800 |
---|---|---|
committer | Lulu Cheng <chenglulu@loongson.cn> | 2024-01-05 20:28:01 +0800 |
commit | 70069fd24b38edcca0773bffd0a6061c018676b7 (patch) | |
tree | 4781f0e83fb979ea19409aa19ee3388ec9eba1ca | |
parent | 4ae1ab1fd3ba287dbc6eeed34e60f5b7c2686f90 (diff) | |
download | gcc-70069fd24b38edcca0773bffd0a6061c018676b7.zip gcc-70069fd24b38edcca0773bffd0a6061c018676b7.tar.gz gcc-70069fd24b38edcca0773bffd0a6061c018676b7.tar.bz2 |
LoongArch: testsuite:Delete the default run behavior in pr60510.f.
When binutils does not support vector instruction sets, the test program fails
because it does not recognize vectorization at the assembly stage. Therefore,
the default run behavior of the program is deleted, so that the behavior of
the program depends on whether the software supports vectorization.
gcc/testsuite/ChangeLog:
* gfortran.dg/vect/pr60510.f: Delete the default behavior of the
program.
-rw-r--r-- | gcc/testsuite/gfortran.dg/vect/pr60510.f | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/vect/pr60510.f b/gcc/testsuite/gfortran.dg/vect/pr60510.f index 6cae82a..d4fd42a 100644 --- a/gcc/testsuite/gfortran.dg/vect/pr60510.f +++ b/gcc/testsuite/gfortran.dg/vect/pr60510.f @@ -1,4 +1,3 @@ -! { dg-do run } ! { dg-require-effective-target vect_double } ! { dg-require-effective-target vect_intdouble_cvt } ! { dg-additional-options "-fno-inline -ffast-math" } |