From: Uros Bizjak Date: Sun, 3 Dec 2006 20:19:15 +0000 (+0100) Subject: visibility-11.c: Compile with -mstringop-strategy=libcall. X-Git-Tag: releases/gcc-4.3.0~8160 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b20e03dfaf0d3eb37aa137473e59065e06dff88f;p=thirdparty%2Fgcc.git visibility-11.c: Compile with -mstringop-strategy=libcall. * gcc.dg/visibility-11.c: Compile with -mstringop-strategy=libcall. From-SVN: r119470 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index be7429ed75b2..2eefcc074d0a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-12-03 Uros Bizjak + + * gcc.dg/visibility-11.c: Compile with -mstringop-strategy=libcall. + 2006-12-03 Dorit Nuzman * g++.dg/vect/vect.exp: Enable tests to run on spu. diff --git a/gcc/testsuite/gcc.dg/visibility-11.c b/gcc/testsuite/gcc.dg/visibility-11.c index ec5c9449b8cc..513ce64306ea 100644 --- a/gcc/testsuite/gcc.dg/visibility-11.c +++ b/gcc/testsuite/gcc.dg/visibility-11.c @@ -5,7 +5,7 @@ /* { dg-do compile { target i?86-*-* x86_64-*-* } } */ /* { dg-skip-if "" { *-*-darwin* } { "*" } { "" } } */ /* { dg-require-visibility "" } */ -/* { dg-options "-Os -fpic" } */ +/* { dg-options "-Os -fpic -mstringop-strategy=libcall" } */ /* { dg-final { scan-assembler "memcpy@PLT" } } */ #pragma GCC visibility push(hidden)