This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: arm*-*-symbianelf* tests
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: mark at codesourcery dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 3 Aug 2004 14:24:28 -0700
- Subject: Re: PATCH: arm*-*-symbianelf* tests
- References: <200408032122.i73LMFqg030783@sirius.codesourcery.com>
On Aug 3, 2004, at 2:22 PM, Mark Mitchell wrote:
Index: testsuite/gcc.dg/symbian2.c
===================================================================
RCS file: testsuite/gcc.dg/symbian2.c
diff -N testsuite/gcc.dg/symbian2.c
*** /dev/null 1 Jan 1970 00:00:00 -0000
--- testsuite/gcc.dg/symbian2.c 3 Aug 2004 21:19:39 -0000
***************
*** 0 ****
--- 1,10 ----
+ /* { 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. */
This might sound like a stupid question but why not expanded, most of
the
time it will improve code size?
-- Pinski