Commit 9011fa06 by Tamar Christina Committed by Tamar Christina

AArch64: Fix big-endian and ILP32 fail for simd-clone test.

gcc/testsuite/ChangeLog:

	* g++.dg/vect/simd-clone-7.cc: Fix assembler scan.

--This line, a d those below, will be ignored--

M    gcc/testsuite/ChangeLog
M    gcc/testsuite/g++.dg/vect/simd-clone-7.cc

From-SVN: r268120
parent ad81a900
2019-01-21 Tamar Christina <tamar.christina@arm.com>
* g++.dg/vect/simd-clone-7.cc: Fix assembler scan.
2019-01-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
PR c/88928
......
......@@ -8,4 +8,5 @@ bar (float x, float *y, int)
{
return y[0] + y[1] * x;
}
// { dg-warning "GCC does not currently support mixed size types for 'simd' functions" "" { target aarch64-*-* } .-4 }
// { dg-warning "GCC does not currently support mixed size types for 'simd' functions" "" { target { { aarch64*-*-* } && lp64 } } .-4 }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment