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/] [20020122-3.c] - Diff between revs 298 and 384

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 298 Rev 384
/* Check that the combination of -Os and -fprefetch-loop-arrays does not
/* Check that the combination of -Os and -fprefetch-loop-arrays does not
   cause the compiler to crash, which it originally did on i?86.
   cause the compiler to crash, which it originally did on i?86.
   Warnings are turned off because not all targets support prefetch.  */
   Warnings are turned off because not all targets support prefetch.  */
 
 
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-Os -fprefetch-loop-arrays -w" } */
/* { dg-options "-Os -fprefetch-loop-arrays -w" } */
/* { dg-options "-Os -fprefetch-loop-arrays -mtune=pentium3 -w" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
/* { dg-options "-Os -fprefetch-loop-arrays -mtune=pentium3 -w" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
 
 
int foo (int *p, int n)
int foo (int *p, int n)
{
{
  int i, r;
  int i, r;
  for (i = 0; i < n; i++)
  for (i = 0; i < n; i++)
    r += p[i];
    r += p[i];
  return r;
  return r;
}
}
 
 

powered by: WebSVN 2.1.0

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