[ARM] Fix test armv8_2-fp16-move-1.c
[official-gcc.git] / gcc / testsuite / gcc.target / arm / pr64600_1.c
blob6ba3fa296903dde0cf4d3a5ec91b05e586537fdd
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mtune=xscale" } */
4 typedef unsigned int speed_t;
5 typedef unsigned int tcflag_t;
7 struct termios {
8 tcflag_t c_cflag;
9 };
11 speed_t
12 cfgetospeed (const struct termios *tp)
14 return tp->c_cflag & 010017;