blob: fbd151745697b1d74af377e70a3ae363081ff6e3 [file] [log] [blame]
/* 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 ();
}