URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [arm/] [pr40482.c] - Rev 764
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */ /* { dg-options "-mthumb -Os" } */ /* { dg-final { scan-assembler-not "ldr" } } */ unsigned int foo (unsigned int i ) { return i | 0xff000000; }
Go to most recent revision | Compare with Previous | Blame | View Log