From patchwork Mon Nov 7 15:25:38 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [testsuite] : Fix FAIL: gcc.target/i386/pr49781-1.c scan-assembler-not for atom Date: Mon, 07 Nov 2011 05:25:38 -0000 From: Uros Bizjak X-Patchwork-Id: 124096 Message-Id: To: gcc-patches@gcc.gnu.org Hello! 2011-11-07 Uros Bizjak * 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];