mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 00:31:30 +08:00
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:
parent
0f6909b963
commit
b20e03dfaf
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user