aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/vect/pr51581-2.c
blob: 13b8ba92cf6cb99c87c05b65fc9c969041cf9ace (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* PR tree-optimization/51581 */

#include "tree-vect.h"

#define main main1
#include "../../gcc.c-torture/execute/pr51581-2.c"
#undef main

int
main ()
{
  int i;
  check_vect ();
  asm ("");
  return main1 ();
}

/* { dg-final { cleanup-tree-dump "vect" } } */