URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [symbian2.c] - Rev 867
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile { target arm*-*-symbianelf* } } */ /* { dg-options "-O2" } */ /* Symbian OS requires that builtins not be expanded by default. Make sure that a reference to "strlen" is emitted. */ /* { dg-final { scan-assembler "strlen" } } */ int f() { return strlen("abc"); }
Go to most recent revision | Compare with Previous | Blame | View Log