x86: Extend AVX512 Vectorization for Popcount in Various Modes
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 920501-11.c
blobfccd0c4e1aa05c1d5405ab085883916df1c2babd
1 /* { dg-additional-options "-std=gnu89" } */
2 typedef struct{int s;}S;foo(){int i=(int)&(S){(void*)((int)&(S){1})};}