]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
visibility-11.c: Compile with -mstringop-strategy=libcall.
authorUros Bizjak <ubizjak@gmail.com>
Sun, 3 Dec 2006 20:19:15 +0000 (21:19 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 3 Dec 2006 20:19:15 +0000 (21:19 +0100)
* gcc.dg/visibility-11.c: Compile with -mstringop-strategy=libcall.

From-SVN: r119470

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/visibility-11.c

index be7429ed75b28ebb1e7a9d9368b50736dbbb343c..2eefcc074d0adf450aaad912f6bb1e08bdf32807 100644 (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.
index ec5c9449b8cc6cd4fb3fb9da92f3251888b12883..513ce64306eaf095dee546c5fb9e3abe51aa9bf4 100644 (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)