From: H.J. Lu Date: Fri, 3 Jul 2015 13:08:35 +0000 (-0700) Subject: Add the missing file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dba9842f05e26bd3b9ff7453be8067e95d49a0f3;p=gcc.git Add the missing file From-SVN: r225377 --- diff --git a/gcc/testsuite/gcc.target/i386/pr66746.c b/gcc/testsuite/gcc.target/i386/pr66746.c new file mode 100644 index 00000000000..3ef77bf9473 --- /dev/null +++ b/gcc/testsuite/gcc.target/i386/pr66746.c @@ -0,0 +1,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