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.
This commit is contained in:
parent
4ae1ab1fd3
commit
70069fd24b
1 changed files with 0 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Reference in a new issue