2018-02-09 Sebastian Perta <sebastian.perta@renesas.com>
[official-gcc.git] / gcc / testsuite / gcc.target / alpha / pr42774.c
blob65688002b3a973dca4cf4fb6ba66ef1d9cf0228d
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mcpu=ev4" } */
4 unsigned int ntfs_getinfo(void *p)
6 char bootsect[8];
8 __builtin_memcpy(bootsect, p, sizeof bootsect);
9 return *(unsigned short *)(bootsect + 3);