From patchwork Mon Nov 7 15:25:38 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Uros Bizjak X-Patchwork-Id: 124096 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 761C1B6F18 for ; Tue, 8 Nov 2011 02:25:56 +1100 (EST) Received: (qmail 25666 invoked by alias); 7 Nov 2011 15:25:54 -0000 Received: (qmail 25652 invoked by uid 22791); 7 Nov 2011 15:25:53 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, TW_ZJ X-Spam-Check-By: sourceware.org Received: from mail-yw0-f47.google.com (HELO mail-yw0-f47.google.com) (209.85.213.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 07 Nov 2011 15:25:39 +0000 Received: by ywf9 with SMTP id 9so5927451ywf.20 for ; Mon, 07 Nov 2011 07:25:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.236.197.33 with SMTP id s21mr2889889yhn.114.1320679538314; Mon, 07 Nov 2011 07:25:38 -0800 (PST) Received: by 10.147.114.16 with HTTP; Mon, 7 Nov 2011 07:25:38 -0800 (PST) Date: Mon, 7 Nov 2011 16:25:38 +0100 Message-ID: Subject: [PATCH, testsuite]: Fix FAIL: gcc.target/i386/pr49781-1.c scan-assembler-not for atom From: Uros Bizjak To: gcc-patches@gcc.gnu.org Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list 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];