From patchwork Mon Apr 8 08:41:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Biener X-Patchwork-Id: 234603 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]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id C9DFA2C00C1 for ; Mon, 8 Apr 2013 18:42:00 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=YeA6Aq5wUhvmUCownmuwyMwBiMRmho5lliVIp7HxlBs1h9Y1QUfB4 BFyxiPCur2q8Tbkn1eF0y8EOjdpr/H/uCjIiI/jjCNFolfixa/icDzbUnIbAQrMH PdiQLhs/uqOjBX4tSypkKuTd8RU7xDWDASKOoyBvwXiCoegSawdrAM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=JwQ9TBFy33l7pNbOE7kntjhtHPo=; b=aomia7Lh5Yj+/wgFYfhj 8wK0+pywX0zT+pyqZMVLPLHnaL58RkECW5ADUGRNWWxYR7egpB87k4BT4N0E9uJx HdYIk0GoQQS74tn9CaGQk5KfNGYfoBkIRsALy/JyQshwnlrOQMa5y1LAaBor98ha yStLGHDkR1meuWPETsHxC48= Received: (qmail 13003 invoked by alias); 8 Apr 2013 08:41:53 -0000 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 Received: (qmail 12990 invoked by uid 89); 8 Apr 2013 08:41:53 -0000 X-Spam-SWARE-Status: No, score=-6.7 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from cantor2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 08 Apr 2013 08:41:48 +0000 Received: from relay1.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 03484A4EB7 for ; Mon, 8 Apr 2013 10:41:46 +0200 (CEST) Date: Mon, 8 Apr 2013 10:41:45 +0200 (CEST) From: Richard Biener To: gcc-patches@gcc.gnu.org Subject: [PATCH] Adjust gfortran.dg/vect/fast-math-pr37021.f90 Message-ID: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 To require vect_double. Committed. Richard. 2013-04-08 Richard Biener * gfortran.dg/vect/fast-math-pr37021.f90: Adjust. Index: gcc/testsuite/gfortran.dg/vect/fast-math-pr37021.f90 =================================================================== --- gcc/testsuite/gfortran.dg/vect/fast-math-pr37021.f90 (revision 197568) +++ gcc/testsuite/gfortran.dg/vect/fast-math-pr37021.f90 (working copy) @@ -1,4 +1,5 @@ ! { dg-do compile } +! { dg-require-effective-target vect_double } subroutine to_product_of(self,a,b,a1,a2) complex(kind=8) :: self (:)