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/] [divide-2.c] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-O1 -fstrict-overflow -fdump-tree-optimized" } */ int f(int a) { return 10/-a; } /* { dg-final { scan-tree-dump-times "10 / -a" 0 "optimized"} } */ /* { dg-final { scan-tree-dump-times "-10 / a" 1 "optimized"} } */ /* { dg-final { cleanup-tree-dump "optimized" } } */
Go to most recent revision | Compare with Previous | Blame | View Log