[gcc r11-9589] Add missing target selector

Eric Botcazou ebotcazou@gcc.gnu.org
Thu Feb 17 17:38:58 GMT 2022


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

commit r11-9589-gd5b9b6f31d22539b7e85bea966f48ad84ebb2e8c
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)));


More information about the Gcc-cvs mailing list