Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / symbian2.c
blob98701636875222bd6a66ea01c150b4d978422914
1 /* { dg-do compile { target arm*-*-symbianelf* } } */
2 /* { dg-options "-O2" } */
4 /* Symbian OS requires that builtins not be expanded by default. Make
5 sure that a reference to "strlen" is emitted. */
6 /* { dg-final { scan-assembler "strlen" } } */
8 int f() {
9 return strlen("abc");