OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.dg/] [vect/] [pr37385.c] - Diff between revs 298 and 338

Only display areas with differences | Details | Blame | View Log

Rev 298 Rev 338
/* Testcase by Martin Michlmayr <tbm@cyrius.com> */
/* Testcase by Martin Michlmayr <tbm@cyrius.com> */
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-require-effective-target vect_int } */
/* { dg-require-effective-target vect_int } */
 
 
typedef int int_t;
typedef int int_t;
typedef void (*fun_t) (int);
typedef void (*fun_t) (int);
fun_t fun_tab[400] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__)));
fun_t fun_tab[400] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__)));
 
 
void foo (int_t a);
void foo (int_t a);
 
 
void
void
bar ()
bar ()
{
{
  int i;
  int i;
 
 
  for (i = 0; i < 400; i++)
  for (i = 0; i < 400; i++)
      fun_tab[i] = foo;
      fun_tab[i] = foo;
}
}
 
 
/* { dg-final { cleanup-tree-dump "vect" } } */
/* { dg-final { cleanup-tree-dump "vect" } } */
 
 

powered by: WebSVN 2.1.0

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