aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/pr56866.c
blob: fbd151745697b1d74af377e70a3ae363081ff6e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* PR target/56866 */
/* { dg-do run } */
/* { dg-require-effective-target xop } */
/* { dg-options "-O3 -mxop" } */

#define main xop_test_main
#include "../../gcc.c-torture/execute/pr56866.c"
#undef main

#include "xop-check.h"

static void
xop_test (void)
{
  xop_test_main ();
}