public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-9810] ppc: testsuite: require target effectively [PR104253]
@ 2022-04-11 17:18 Alexandre Oliva
  0 siblings, 0 replies; only message in thread
From: Alexandre Oliva @ 2022-04-11 17:18 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:20bde90da2ac415d4a06e7a8b2ba770d50385208

commit r11-9810-g20bde90da2ac415d4a06e7a8b2ba770d50385208
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Mon Apr 11 12:11:10 2022 -0300

    ppc: testsuite: require target effectively [PR104253]
    
    The testcase was missing dg- before require-effective-target.
    
    While at that, I'm also pruning the excess-error warning I got when
    the test failed to be disabled because of the above.  I suppose it
    might be useful for some target variants.
    
    
    for gcc/testsuite/ChangeLog
    
            PR target/104253
            * gcc.target/powerpc/pr104253.c: Add missing dg- before
            require-effective-target.  Prune warning about -mfloat128
            possibly not being fully supported.
    
    (cherry picked from commit ab0f04e4df1b7b312a4c9fa9b4d675778a0bae86)

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

diff --git a/gcc/testsuite/gcc.target/powerpc/pr104253.c b/gcc/testsuite/gcc.target/powerpc/pr104253.c
index 02049cc978f..e5f9499b7c8 100644
--- a/gcc/testsuite/gcc.target/powerpc/pr104253.c
+++ b/gcc/testsuite/gcc.target/powerpc/pr104253.c
@@ -6,8 +6,9 @@
  */
 
 /* { dg-do run } */
-/* { require-effective-target ppc_float128_sw } */
+/* { dg-require-effective-target ppc_float128_sw } */
 /* { dg-options "-O2 -mvsx -mfloat128" } */
+/* { dg-prune-output ".-mfloat128. option may not be fully supported" } */
 
 /*
  * PR target/104253


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

only message in thread, other threads:[~2022-04-11 17:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-11 17:18 [gcc r11-9810] ppc: testsuite: require target effectively [PR104253] 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).