Hello!

2011-11-07  Uros Bizjak  <ubiz...@gmail.com>

        * gcc.target/i386/pr49781-1.c (dg-options): Add -mtune=generic.

Tested on x86_64-pc-linux-gnu, committed to mainline SVN.

Uros.

Index: gcc.target/i386/pr49781-1.c
===================================================================
--- gcc.target/i386/pr49781-1.c (revision 181076)
+++ gcc.target/i386/pr49781-1.c (working copy)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -fpic" } */
+/* { dg-options "-O2 -fpic -mtune=generic" } */
 /* { dg-require-effective-target fpic } */

 static int heap[2*(256 +1+29)+1];

Reply via email to