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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [20020418-1.c] - Blame information for rev 329

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* PR optimization/5887 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2" } */
4
/* { dg-options "-O2 -msse -ffast-math" { target i?86-*-* x86_64-*-* } } */
5
/* { dg-require-effective-target sse { target i?86-*-* x86_64-*-* } } */
6
 
7
void bar (float *a, float *b);
8
 
9
void foo (char *x)
10
{
11
  float a, b;
12
  char c[256];
13
  int i, j;
14
 
15
  bar (&a, &b);
16
  for (i = 0; i < 256; i++)
17
    {
18
      float v = a;
19
      if (v < 0.0f) v = 0.0f;
20
      if (v < 255.0f) v = 255.0f;
21
      c[i] = v;
22
      a += b;
23
    }
24
 
25
  for (j = 0; j < 256; j++)
26
    x[j] = c[j];
27
}

powered by: WebSVN 2.1.0

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