]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/gcc.target/i386/pr79754.c
i386: Skip decimal float vector modes in type_natural_mode [PR79754]
[gcc.git] / gcc / testsuite / gcc.target / i386 / pr79754.c
1 /* PR target/79754 */
2 /* { dg-do compile } */
3 /* { dg-options "-Wno-psabi" } */
4
5 typedef _Decimal32 V __attribute__ ((vector_size(16)));
6
7 V fn1 (V a) { return a; }
This page took 0.036043 seconds and 5 git commands to generate.