public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-7281] Add missing target selector
@ 2022-02-17 17:37 Eric Botcazou
  0 siblings, 0 replies; only message in thread
From: Eric Botcazou @ 2022-02-17 17:37 UTC (permalink / raw)
  To: gcc-cvs

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

commit r12-7281-gbc6d2f460a4c12e89c02525abdb182828ae8a27e
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Thu Feb 17 18:34:06 2022 +0100

    Add missing target selector
    
    gcc/testsuite/
            PR target/79754
            * gcc.target/i386/pr79754.c: Add target dfp.

Diff:
---
 gcc/testsuite/gcc.target/i386/pr79754.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/i386/pr79754.c b/gcc/testsuite/gcc.target/i386/pr79754.c
index 27845c9d5b9..9eadea3af3e 100644
--- a/gcc/testsuite/gcc.target/i386/pr79754.c
+++ b/gcc/testsuite/gcc.target/i386/pr79754.c
@@ -1,5 +1,5 @@
 /* PR target/79754 */
-/* { dg-do compile } */
+/* { dg-do compile { target dfp } } */
 /* { dg-options "-Wno-psabi" } */
 
 typedef _Decimal32 V __attribute__ ((vector_size(16)));


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

only message in thread, other threads:[~2022-02-17 17:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-17 17:37 [gcc r12-7281] Add missing target selector Eric Botcazou

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