From patchwork Wed Nov 28 16:31:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jakub Jelinek X-Patchwork-Id: 202504 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 A27C82C0085 for ; Thu, 29 Nov 2012 03:33:09 +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=1354725189; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Received:Date:From:To:Subject:Message-ID:Reply-To: MIME-Version:Content-Type:Content-Disposition:User-Agent: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=Ag3669u+8axayeoP0wUR 8/66Uao=; b=bbdIpuOXOkAlKcEt/tSwQUI4ViRWTSjbyYAU46WT8HOPkKxgfYLs kl8UbjuNLVu8BH22b9Hb7o9+3iUroOJyc4HLwZIxUMSysY8W//BK7z/Ec67qRrSA peSahOmrOgly/7sX/NqGBiHV65Kizzce1T9o3fWE2nqXrABZybKEZSY= 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:Date:From:To:Subject:Message-ID:Reply-To:MIME-Version:Content-Type:Content-Disposition:User-Agent:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=lwO8JPgpPnX439bS+QtWDqKsQ5bDkmame5wElfZAZkw3I4P1JWfX82YqFfGm2u 57q2xNv5pSFQU267JAaHBUkIt1fbCNVMk+s705y6XBPVEk8f7oK2MQ5784x03STp CuyEtsec2ivKb0CXGXjRCkbRV/IqpyiVla73tvrZnbkeE=; Received: (qmail 18982 invoked by alias); 28 Nov 2012 16:32:14 -0000 Received: (qmail 18960 invoked by uid 22791); 28 Nov 2012 16:32:09 -0000 X-SWARE-Spam-Status: No, hits=-6.6 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, RCVD_IN_DNSWL_HI, RCVD_IN_HOSTKARMA_W, RP_MATCHES_RCVD, SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Nov 2012 16:31:58 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qASGVvS0005480 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 28 Nov 2012 11:31:57 -0500 Received: from zalov.redhat.com (vpn1-7-172.ams2.redhat.com [10.36.7.172]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qASGVok6028775 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 28 Nov 2012 11:31:51 -0500 Received: from zalov.cz (localhost [127.0.0.1]) by zalov.redhat.com (8.14.5/8.14.5) with ESMTP id qASGVmH8010991 for ; Wed, 28 Nov 2012 17:31:49 +0100 Received: (from jakub@localhost) by zalov.cz (8.14.5/8.14.5/Submit) id qASGVm8A010990 for gcc-patches@gcc.gnu.org; Wed, 28 Nov 2012 17:31:48 +0100 Date: Wed, 28 Nov 2012 17:31:48 +0100 From: Jakub Jelinek To: gcc-patches@gcc.gnu.org Subject: [committed] Fix up 921202-1.c testcase (PR testsuite/55505) Message-ID: <20121128163148.GP2315@tucnak.redhat.com> Reply-To: Jakub Jelinek MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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 Hi! Another broken testcase, I really wonder whether it is worth to keep it, given that in many places uses uninitialized return values, but for now I just increased the buffers, so that asan doesn't complain on it. 2012-11-28 Jakub Jelinek PR testsuite/55505 * gcc.c-torture/execute/921202-1.c: Increase size of dx and dy arrays. Jakub --- gcc/testsuite/gcc.c-torture/execute/921202-1.c.jj 2008-09-05 12:54:12.000000000 +0200 +++ gcc/testsuite/gcc.c-torture/execute/921202-1.c 2012-11-28 17:11:47.465163504 +0100 @@ -5,8 +5,8 @@ #endif main () { - long dx[VLEN]; - long dy[VLEN]; + long dx[VLEN+1]; + long dy[VLEN+1]; long s1[VLEN]; int cyx, cyy; int i;