diff mbox series

[committed,AArch64] Fix big-endian and ILP32 fail for simd-clone test

Message ID 20190121175957.GA27550@arm.com
State New
Headers show
Series [committed,AArch64] Fix big-endian and ILP32 fail for simd-clone test | expand

Commit Message

Tamar Christina Jan. 21, 2019, 6 p.m. UTC
Hi All,

This fixes the failing testcase for simd-clone-7.cc for the ILP32
case and big-endian.  

Regtested on aarch64-none-linux-gnu and aarch6_be-none-elf and no issues.

Committed under the GCC obvious rule.

Thanks,
Tamar

gcc/testsuite/ChangeLog:

2019-01-21  Tamar Christina  <tamar.christina@arm.com>

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

--
diff mbox series

Patch

diff --git a/gcc/testsuite/g++.dg/vect/simd-clone-7.cc b/gcc/testsuite/g++.dg/vect/simd-clone-7.cc
index c2a63cd5f8e2e7e3e37ccc2991c27e0cf72f99fa..527bbd94d30cb075d651cb7845a2fa320a2d12f2 100644
--- a/gcc/testsuite/g++.dg/vect/simd-clone-7.cc
+++ b/gcc/testsuite/g++.dg/vect/simd-clone-7.cc
@@ -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 }
+