URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [microblaze/] [others/] [string_cst1.c] - Rev 691
Compare with Previous | Blame | View Log
#include <string.h> /* { dg-final { scan-assembler "\.rodata*" } } */ /* { dg-final { scan-assembler "\.data*" } } */ char *string1 = "string1"; int testfunc (char *cptr) { /* { dg-final { scan-assembler-not "\lwi\tr(\[0-9]\|\[1-2]\[0-9]\|3\[0-1]),r13" } } */ strcpy (string1, cptr); }