From patchwork Tue Oct 9 13:21:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rainer Orth X-Patchwork-Id: 190300 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 164FF2C00AC for ; Wed, 10 Oct 2012 00:21:21 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1350393682; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Received:From:To:Cc:Subject:Date:Message-ID:User-Agent: MIME-Version:Content-Type:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=+yCtR5T08qgOflG3oFHVVmplMNM=; b=exkEmMMEZeKbfms 0yG2KsnGyu2OY4kaFB0v9L8lIamxSCIqzOr6YaHpVoMW1dLjfSgKzF00mqlugvQh hcbiN+pkgvhEFYns6RE4InBWgGaN3D375RmLqD4X38WcNQMDd+KS+Ox0uW9Iz0W0 8HIJCiHVT0rdjKfgwLXOnV4vFj70= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Received:Received:From:To:Cc:Subject:Date:Message-ID:User-Agent:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=ibsJnVi8WBX1QKYLoOoKMz48cGetMbVoeF9MM2bPgWW//htT+Oh4gK4iy0DnXc YW/2nCiGt5n9KbkasfGNUWOf0lg4qjXEIy5kOzW1UrCg5zBRe9He14oIUhbffjKo C0vBN7XSk+AkwJQJuwcoFWh0Iz0uNlPCBQ2gmNwRTMdaQ=; Received: (qmail 15665 invoked by alias); 9 Oct 2012 13:21:12 -0000 Received: (qmail 15653 invoked by uid 22791); 9 Oct 2012 13:21:11 -0000 X-SWARE-Spam-Status: No, hits=-3.1 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from snape.CeBiTec.Uni-Bielefeld.DE (HELO smtp-relay.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Oct 2012 13:21:04 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id E08A8E9C; Tue, 9 Oct 2012 15:21:02 +0200 (CEST) Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (malfoy.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) (amavisd-new, port 10024) with LMTP id YGwZc3Vr30Bz; Tue, 9 Oct 2012 15:21:01 +0200 (CEST) Received: from manam.CeBiTec.Uni-Bielefeld.DE (manam.CeBiTec.Uni-Bielefeld.DE [129.70.161.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPS id 60C19E9A; Tue, 9 Oct 2012 15:21:01 +0200 (CEST) Received: (from ro@localhost) by manam.CeBiTec.Uni-Bielefeld.DE (8.14.5+Sun/8.14.5/Submit) id q99DL0Pk015364; Tue, 9 Oct 2012 15:21:00 +0200 (MEST) From: Rainer Orth To: gcc-patches@gcc.gnu.org Cc: Uros Bizjak Subject: [testsuite] Fix gcc.target/i386/long-double-80-7.c (PR target/54866) Date: Tue, 09 Oct 2012 15:21:00 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (usg-unix-v) MIME-Version: 1.0 X-IsSubscribed: yes 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 As described in the PR, gcc.target/i386/long-double-80-7.c FAILs on Solaris 9/x86 and 32-bit Linux/x86. The following patch fixes this. Tested with the appropriate runtest invocation on i386-pc-solaris2.9, i386-pc-solaris2.10, i686-unknown-linux-gnu and x86_64-unknown-linux-gnu, installed on mainline as preapproved by Uros in the PR. Rainer 2012-10-09 Rainer Orth PR target/54866 * gcc.target/i386/long-double-80-7.c: Add -msse2 to dg-options. # HG changeset patch # Parent 63ba1e90f1c71c5d7dff8f4f4f43f3fe4e54e84b Fix gcc.target/i386/long-double-80-7.c (PR target/54866) diff --git a/gcc/testsuite/gcc.target/i386/long-double-80-7.c b/gcc/testsuite/gcc.target/i386/long-double-80-7.c --- a/gcc/testsuite/gcc.target/i386/long-double-80-7.c +++ b/gcc/testsuite/gcc.target/i386/long-double-80-7.c @@ -1,5 +1,5 @@ /* { dg-do run } */ -/* { dg-options "-O0 -mlong-double-64 -mfpmath=sse" } */ +/* { dg-options "-O0 -mlong-double-64 -mfpmath=sse -msse2" } */ /* { dg-require-effective-target sse2 } */ #include "sse2-check.h"