URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [20030909-1.c] - Rev 816
Compare with Previous | Blame | View Log
/* Verify that ands are combined. */ /* { dg-do compile { target arm*-*-* strongarm*-*-* xscale*-*-* } } */ /* { dg-options "-O" } */ /* { dg-final { scan-assembler-not "#255.*#255" } } */ int f(int a, int b) { return ((a & 0xff) + (b & 0xff)) & 0xff; }