public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5182] rs6000: Fix test_mffsl.c to require Power9 support
@ 2021-11-11 20:36 William Schmidt
  0 siblings, 0 replies; only message in thread
From: William Schmidt @ 2021-11-11 20:36 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8a8458ac6bbc4263dd2c1ee55979b29fc7195794

commit r12-5182-g8a8458ac6bbc4263dd2c1ee55979b29fc7195794
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Thu Nov 11 14:36:04 2021 -0600

    rs6000: Fix test_mffsl.c to require Power9 support
    
    2021-11-11  Bill Schmidt  <wschmidt@linux.ibm.com>
    
    gcc/testsuite/
            * gcc.target/powerpc/test_mffsl.c: Require Power9.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/test_mffsl.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/test_mffsl.c b/gcc/testsuite/gcc.target/powerpc/test_mffsl.c
index 41377efba1a..28c2b91988e 100644
--- a/gcc/testsuite/gcc.target/powerpc/test_mffsl.c
+++ b/gcc/testsuite/gcc.target/powerpc/test_mffsl.c
@@ -1,5 +1,6 @@
 /* { dg-do run { target { powerpc*-*-* } } } */
-/* { dg-options "-O2 -std=c99" } */
+/* { dg-options "-O2 -std=c99 -mcpu=power9" } */
+/* { dg-require-effective-target powerpc_p9vector_ok } */
 
 #ifdef DEBUG
 #include <stdio.h>


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

only message in thread, other threads:[~2021-11-11 20:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-11 20:36 [gcc r12-5182] rs6000: Fix test_mffsl.c to require Power9 support William Schmidt

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