From patchwork Mon Apr 15 15:19:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rainer Orth X-Patchwork-Id: 236636 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 00E8F2C00DC for ; Tue, 16 Apr 2013 01:19:30 +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:from :to:subject:date:message-id:mime-version:content-type; q=dns; s= default; b=uHcCuRoEHZD1beoH3QoUCuDOFczn4tsfgptiouiU+lJo2pzTUAsOb +pX5+iN7QrWQaZadoxlwkFnn1aNyroaCrWxbO87vzNPUqU0c/lqr7x1H8MVvz2Bt VQDgYi+I9vvYJsxXYkiOZ5dEuLJ2JEH/DWJOX3qDYTHZrlxplRrT1U= 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:from :to:subject:date:message-id:mime-version:content-type; s= default; bh=He63Xs25T7EH6zQJD7Duwa6Ry9M=; b=HSmveGPQUfHqVabcBmdD PNKzbh8Pcplms5Zgk/cz/TpNuZYi+i9w2d9Pz5Qgt99p0llHMi/Y7zObkR3Jtvic Vic6j7u4HmnjwSD2L8ZOet216H8sVO5iiarR87H05yDsk7IE2nZJsX4Z0t54kmT7 B8Meo5IZsszC0bNUim0E7iQ= Received: (qmail 17156 invoked by alias); 15 Apr 2013 15:19:22 -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 17146 invoked by uid 89); 15 Apr 2013 15:19:22 -0000 X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from snape.CeBiTec.Uni-Bielefeld.DE (HELO smtp-relay.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 15 Apr 2013 15:19:13 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id BEFD79CA for ; Mon, 15 Apr 2013 17:19:11 +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 t6on8cCv5cZk for ; Mon, 15 Apr 2013 17:19:10 +0200 (CEST) Received: from lokon.CeBiTec.Uni-Bielefeld.DE (lokon.CeBiTec.Uni-Bielefeld.DE [129.70.161.110]) (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 437959C9 for ; Mon, 15 Apr 2013 17:19:10 +0200 (CEST) Received: (from ro@localhost) by lokon.CeBiTec.Uni-Bielefeld.DE (8.14.5+Sun/8.14.5/Submit) id r3FFJ9bk005311; Mon, 15 Apr 2013 17:19:09 +0200 (MEST) From: Rainer Orth To: gcc-patches@gcc.gnu.org Subject: [4.7, testsuite] Skip gcc.dg/torture/pr53922.c on Tru64 UNIX Date: Mon, 15 Apr 2013 17:19:09 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (usg-unix-v) MIME-Version: 1.0 X-Virus-Found: No I noticed that gcc.dg/torture/pr53922.c FAILs on Tru64 UNIX on the 4.7 branch for the same reason as on HP-UX: no undefined weak symbols. The following patch accounts for that, together with a small cleanup. Tested with the appropriate runtest invocation on alpha-dec-osf5.1b, installed on 4.7 branch. Rainer 2013-04-15 Rainer Orth * gcc.dg/torture/pr53922.c: Skip on alpha*-*-osf*. Remove dg-skip-if default args. # HG changeset patch # Parent e26c8a7daecd890ceeb6cadd50911c3d95031a85 Skip gcc.dg/torture/pr53922.c on Tru64 UNIX diff --git a/gcc/testsuite/gcc.dg/torture/pr53922.c b/gcc/testsuite/gcc.dg/torture/pr53922.c --- a/gcc/testsuite/gcc.dg/torture/pr53922.c +++ b/gcc/testsuite/gcc.dg/torture/pr53922.c @@ -1,6 +1,7 @@ /* { dg-do run } */ /* { dg-require-weak "" } */ -/* { dg-skip-if "No undefined weak" { hppa*-*-hpux* && { ! lp64 } } { "*" } { "" } } */ +/* { dg-skip-if "No undefined weak" { alpha*-*-osf* } } */ +/* { dg-skip-if "No undefined weak" { hppa*-*-hpux* && { ! lp64 } } } */ int x(int a) {