public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1940] testsuite: Add missing dg-add-options to CTF testcase ctf-skip-types-4.c
@ 2021-06-30 22:29 Indu Bhagat
  0 siblings, 0 replies; only message in thread
From: Indu Bhagat @ 2021-06-30 22:29 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:aa31ae697087940c60d0bb2fa60c951750bb65c4

commit r12-1940-gaa31ae697087940c60d0bb2fa60c951750bb65c4
Author: Indu Bhagat <indu.bhagat@oracle.com>
Date:   Wed Jun 30 15:13:50 2021 -0700

    testsuite: Add missing dg-add-options to CTF testcase ctf-skip-types-4.c
    
    The test already has the appropriate dg-require-effective-target, but requires
    the dg-add-options to use the flags needed, if any. This patch fixes the
    failure of this testcase on powerpc64.
    
    2021-06-30  Indu Bhagat  <indu.bhagat@oracle.com>
    
            gcc/testsuite/
            * gcc.dg/debug/ctf/ctf-skip-types-4.c: Add dg-add-options float64 and
            float64x.

Diff:
---
 gcc/testsuite/gcc.dg/debug/ctf/ctf-skip-types-4.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/testsuite/gcc.dg/debug/ctf/ctf-skip-types-4.c b/gcc/testsuite/gcc.dg/debug/ctf/ctf-skip-types-4.c
index f4374e6f0f7..70331216613 100644
--- a/gcc/testsuite/gcc.dg/debug/ctf/ctf-skip-types-4.c
+++ b/gcc/testsuite/gcc.dg/debug/ctf/ctf-skip-types-4.c
@@ -14,6 +14,8 @@
 
 /* { dg-require-effective-target float64 } */
 /* { dg-require-effective-target float64x } */
+/* { dg-add-options float64 } */
+/* { dg-add-options float64x } */
 
 _Float64 f64;
 _Float64x f64x;


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

only message in thread, other threads:[~2021-06-30 22:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-30 22:29 [gcc r12-1940] testsuite: Add missing dg-add-options to CTF testcase ctf-skip-types-4.c Indu Bhagat

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