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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [20050412-1.c] - Rev 154

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

/* PR tree-optimization/14627 */
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
 
 
int b;
void foo (int a) {
	if (a)
		a = 3;
	b = a;
}
 
/* Make sure we do not have an assignment a = 0 in the resulting
   optimized dump.  */
/* { dg-final { scan-tree-dump-times "a.* = 0;" 0 "optimized"} } */
/* { dg-final { cleanup-tree-dump "optimized" } } */
 

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.