URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [arm/] [pr42235.c] - Rev 693
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-options "-mthumb -O2" } */ /* { dg-require-effective-target arm_thumb1_ok } */ /* { dg-final { scan-assembler-not "add\[\\t \]*r.,\[\\t \]*r.,\[\\t \]*\#1" } } */ /* { dg-final { scan-assembler-not "add\[\\t \]*r.,\[\\t \]*\#1" } } */ #include <string.h> int foo (char *x) { memset (x, 0, 6); }
Go to most recent revision | Compare with Previous | Blame | View Log