aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/pr57848.c
blob: c686b372824be66353a35ac1cba2fee10cbd0bcb (plain)
1
2
3
4
5
6
/* { dg-do compile } */
/* { dg-options "-O1" } */

extern unsigned int __builtin_ia32_crc32si (unsigned int, unsigned int);
#pragma GCC target("sse4.2")