1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 /* Make sure that when a variable with an NMT is marked for renaming
4 that the NMT's aliases are also marked for renaming. */
6 static int eiisnan (short unsigned int *x
)
14 static int eiisinf (unsigned short *x
)
19 if ((x
[1] & 0x7fff) == 0x7fff)
23 static void toe64(short unsigned int *a
, short unsigned int *b
)
25 register unsigned short *p
, *q
;
36 static int asctoeg(short unsigned int *y
, int oprec
)
38 unsigned short yy
[13];
47 long double _strtold (char *s
, char **se
)
50 asctoeg( (unsigned short *)&x
, 64 );