Commit b20e03df by Uros Bizjak Committed by Uros Bizjak

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

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

From-SVN: r119470
parent 0f6909b9
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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment