Add missing target selector

gcc/testsuite/
	PR target/79754
	* gcc.target/i386/pr79754.c: Add target dfp.
This commit is contained in:
Eric Botcazou 2022-02-17 18:34:06 +01:00
parent 3f2a6b041d
commit bc6d2f460a
1 changed files with 1 additions and 1 deletions

View File

@ -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)));