]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
LoongArch: testsuite:Delete the default run behavior in pr60510.f.
authorchenxiaolong <chenxiaolong@loongson.cn>
Fri, 5 Jan 2024 03:43:27 +0000 (11:43 +0800)
committerLulu Cheng <chenglulu@loongson.cn>
Fri, 5 Jan 2024 12:28:01 +0000 (20:28 +0800)
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.

gcc/testsuite/gfortran.dg/vect/pr60510.f

index 6cae82acecef968838f5b03aab003f25106cfafc..d4fd42a664af6fe86b23534ee0ac2e779696c968 100644 (file)
@@ -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" }