visibility-11.c: Compile with -mstringop-strategy=libcall.

* gcc.dg/visibility-11.c: Compile with -mstringop-strategy=libcall.

From-SVN: r119470
This commit is contained in:
Uros Bizjak 2006-12-03 21:19:15 +01:00 committed by Uros Bizjak
parent 0f6909b963
commit b20e03dfaf
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-12-03 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/visibility-11.c: Compile with -mstringop-strategy=libcall.
2006-12-03 Dorit Nuzman <dorit@il.ibm.com>
* g++.dg/vect/vect.exp: Enable tests to run on spu.

View File

@ -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)