URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [unreachable.c] - Rev 689
Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ static void bad_boy() { } int main() { void *t=(void *)bad_boy; if (!t) return 1; return 0; } /* { dg-final { scan-tree-dump-not "bad_boy" "optimized"} } */ /* { dg-final { cleanup-tree-dump "optimized" } } */