OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.dg/] [vect/] [pr36493.c] - Rev 384

Compare with Previous | Blame | View Log

/* { dg-require-effective-target vect_long } */
 
#include "tree-vect.h"
 
int
main (void)
{
  int i;
  long x[12] __attribute__((aligned(__BIGGEST_ALIGNMENT__)));
 
  check_vect ();
 
  x[0] = 1;
  for (i = 0; i < 12; i++)
    x[i] = i;
 
  if (x[0] != 0)
    abort ();
 
  return 0;
}
 
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect"  } } */
/* { dg-final { cleanup-tree-dump "vect" } } */
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.