From patchwork Thu Nov 25 13:59:16 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "H.J. Lu" X-Patchwork-Id: 73063 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 865BAB7043 for ; Fri, 26 Nov 2010 01:00:22 +1100 (EST) Received: (qmail 3461 invoked by alias); 25 Nov 2010 13:59:39 -0000 Received: (qmail 3434 invoked by uid 22791); 25 Nov 2010 13:59:33 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL, BAYES_00, NO_DNS_FOR_FROM, TW_AV, TW_MV, TW_VZ, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mga03.intel.com (HELO mga03.intel.com) (143.182.124.21) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 25 Nov 2010 13:59:21 +0000 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 25 Nov 2010 05:59:17 -0800 X-ExtLoop1: 1 Received: from gnu-6.sc.intel.com ([10.3.194.135]) by azsmga001.ch.intel.com with ESMTP; 25 Nov 2010 05:59:17 -0800 Received: by gnu-6.sc.intel.com (Postfix, from userid 500) id EF3911808C5; Thu, 25 Nov 2010 05:59:16 -0800 (PST) Date: Thu, 25 Nov 2010 05:59:16 -0800 From: "H.J. Lu" To: gcc-patches@gcc.gnu.org Subject: PATCH: Add -mtune=generic to gfortran.dg/pr46519-1.f Message-ID: <20101125135916.GA28689@intel.com> Reply-To: "H.J. Lu" MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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 Hi, I checke in this patch to add -mtune=generic to gfortran.dg/pr46519-1.f. Otherwise, the testcase will fail if double precision vectorizer is disabled by default. H.J. Index: ChangeLog =================================================================== --- ChangeLog (revision 167146) +++ ChangeLog (working copy) @@ -1,5 +1,9 @@ 2010-11-25 H.J. Lu + * gfortran.dg/pr46519-1.f: Add -mtune=generic. + +2010-11-25 H.J. Lu + PR middle-end/46647 * gcc.target/i386/pr46647.c: New. Index: gfortran.dg/pr46519-1.f =================================================================== --- gfortran.dg/pr46519-1.f (revision 167145) +++ gfortran.dg/pr46519-1.f (working copy) @@ -1,5 +1,5 @@ ! { dg-do compile { target i?86-*-* x86_64-*-* } } -! { dg-options "-O3 -mavx -mvzeroupper -dp" } +! { dg-options "-O3 -mavx -mvzeroupper -mtune=generic -dp" } PROGRAM MG3XDEMO INTEGER LM, NM, NV, NR, NIT