2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / xop-pr57233.c
blobc5798211722b319e4ab3743297e46b4fcc500358
1 /* PR tree-optimization/57233 */
2 /* { dg-do run { target xop } } */
3 /* { dg-options "-O2 -mxop" } */
5 #include "xop-check.h"
7 int do_main (void);
9 static void
10 xop_test (void)
12 do_main ();
15 #undef main
16 #define main() do_main ()
18 #include "../../gcc.dg/pr57233.c"