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

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

#define extern
#define __inline

#include <x86intrin.h>