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/] [dse.c] - Rev 404

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

/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-dse-details" } */
 
#define N 256
 
struct
{
  int x;
  int y;
} S[100];
 
int z[100];
 
int
foo (void)
{
  int i;
  int x, y;
 
  S[5].x = 0;
  S[5].y = 0;
 
  x = 5 + z[0];
  y = z[0];
 
  S[5].x = x;
  S[5].y = y;
}
 
/* { dg-final { scan-tree-dump-times "Deleted dead store" 2 "dse1" } } */
/* { dg-final { cleanup-tree-dump "dse*" } } */
 
 

Go to most recent revision | 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.