From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19887 invoked by alias); 19 May 2011 08:04:55 -0000 Received: (qmail 19822 invoked by uid 22791); 19 May 2011 08:04:52 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_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; Thu, 19 May 2011 08:04:39 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 26E4CA07 for ; Thu, 19 May 2011 10:04:38 +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 uQO0JGquo++N for ; Thu, 19 May 2011 10:04:37 +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 E452CA06 for ; Thu, 19 May 2011 10:04:36 +0200 (CEST) Received: (from ro@localhost) by manam.CeBiTec.Uni-Bielefeld.DE (8.14.4+Sun/8.14.4/Submit) id p4J84anZ012699; Thu, 19 May 2011 10:04:36 +0200 (MEST) From: Rainer Orth To: gcc-patches@gcc.gnu.org Subject: [testsuite] Don't XFAIL gcc.c-torture/execute/960321-1.c on 64-bit Solaris 10+/x86 Date: Thu, 19 May 2011 11:01:00 -0000 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-05/txt/msg01357.txt.bz2 With the latest versions of Solaris 10 (patch 119961-10) and 11 (snv_164), Sun bug 7012583 fbe/as emits invalid R_AMD64_32 relocation has finally been fixed and gcc.c-torture/execute/960321-1.c doesn't fail any longer on 64-bit Solaris/x86. The corresponding .x file can thus be removed, which the following patch does. Tested with the appropriate runtest invocations on i386-pc-solaris2.10, installed on mainline, 4.6 and 4.5 branches. Rainer 2011-04-08 Rainer Orth * gcc.c-torture/execute/960321-1.x: Remove. -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University