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/] [pr21574.c] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-O2 -fno-tree-dominator-opts -fdump-tree-store_ccp" } */ int foo (int *p) { *p = 0; return *p; } /* The store to *p should be propagated to the return statement. */ /* { dg-final { scan-tree-dump-times "return 0" 1 "store_ccp" } } */ /* { dg-final { cleanup-tree-dump "store_ccp" } } */
Go to most recent revision | Compare with Previous | Blame | View Log