summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/pr66746.c
blob: 3ef77bf9473bc139a33c1aacf26bbe857259f618 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile { target ia32 } } */
/* { dg-options "-O2 -miamcu" } */

/* Defining away "extern" and "__inline" results in all of them being
   compiled as proper functions.  */

#define extern
#define __inline

#include <x86intrin.h>