public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6455] [PR104882] [arm] require mve hw for mve run test
@ 2023-03-03 19:09 Alexandre Oliva
  0 siblings, 0 replies; only message in thread
From: Alexandre Oliva @ 2023-03-03 19:09 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:220008eafaaed7433b1c18e394279391e885a138

commit r13-6455-g220008eafaaed7433b1c18e394279391e885a138
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Fri Mar 3 15:59:14 2023 -0300

    [PR104882] [arm] require mve hw for mve run test
    
    The pr104882.c test is an execution test, but arm_v8_1m_mve_ok only
    tests for compile-time support.  Add a requirement for mve hardware.
    
    
    for  gcc/testsuite/ChangeLog
    
            PR target/104882
            * gcc.target/arm/simd/pr104882.c: Require mve hardware.

Diff:
---
 gcc/testsuite/gcc.target/arm/simd/pr104882.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.target/arm/simd/pr104882.c b/gcc/testsuite/gcc.target/arm/simd/pr104882.c
index ae9709af42f..1ea7a14836f 100644
--- a/gcc/testsuite/gcc.target/arm/simd/pr104882.c
+++ b/gcc/testsuite/gcc.target/arm/simd/pr104882.c
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-require-effective-target arm_mve_hw } */
 /* { dg-require-effective-target arm_v8_1m_mve_ok } */
 /* { dg-add-options arm_v8_1m_mve } */
 /* { dg-additional-options "-O2" } */

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

only message in thread, other threads:[~2023-03-03 19:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-03 19:09 [gcc r13-6455] [PR104882] [arm] require mve hw for mve run test Alexandre Oliva

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).