Skip to content
Snippets Groups Projects
Commit 70069fd2 authored by chenxiaolong's avatar chenxiaolong Committed by Lulu Cheng
Browse files

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.
parent 4ae1ab1f
No related branches found
No related tags found
No related merge requests found
! { dg-do run }
! { dg-require-effective-target vect_double } ! { dg-require-effective-target vect_double }
! { dg-require-effective-target vect_intdouble_cvt } ! { dg-require-effective-target vect_intdouble_cvt }
! { dg-additional-options "-fno-inline -ffast-math" } ! { dg-additional-options "-fno-inline -ffast-math" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment