URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [fold-abs-3.c] - Rev 689
Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-fdump-tree-gimple -fwrapv" } */ #define ABS(x) (x > 0 ? x : -x) int f (int a) { return ABS (ABS(a)); } /* { dg-final { scan-tree-dump-times "ABS" 1 "gimple" } } */ /* { dg-final { cleanup-tree-dump "gimple" } } */