public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed][PATCH][GCC][AArch64] Fix big-endian and ILP32 fail for simd-clone test
@ 2019-01-21 18:00 Tamar Christina
  0 siblings, 0 replies; only message in thread
From: Tamar Christina @ 2019-01-21 18:00 UTC (permalink / raw)
  To: gcc-patches; +Cc: nd, James Greenhalgh, Richard Earnshaw, Marcus Shawcroft

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

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.

-- 

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: rb10612.patch --]
[-- Type: text/x-diff; name="rb10612.patch", Size: 641 bytes --]

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 }
+


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-21 18:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-21 18:00 [committed][PATCH][GCC][AArch64] Fix big-endian and ILP32 fail for simd-clone test Tamar Christina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).