From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18136 invoked by alias); 16 Oct 2013 02:15:44 -0000 Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org Received: (qmail 18127 invoked by uid 89); 16 Oct 2013 02:15:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: mail-pb0-f42.google.com Received: from mail-pb0-f42.google.com (HELO mail-pb0-f42.google.com) (209.85.160.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 16 Oct 2013 02:15:42 +0000 Received: by mail-pb0-f42.google.com with SMTP id un15so134365pbc.1 for ; Tue, 15 Oct 2013 19:15:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=zRJ0Ajt3Q22Mb9bmdhfLtDueldl2Q/s88A7pxyyY0Pk=; b=gA3u2Cv5sz7185jMOU6Uc1Qak5Fq+rwrFSOG6JZnosP76orXEKjr2e6D2da5fW1ND5 UVcZokuVE7Ai/Q1FgcaP9EDwMzXjWaWWrrQUZml1njUVlj8Fa+yQUSZczxmIbQKUBGnr 5rznO4wYl3DmMwsTMp7rv7vR/DDVOfIc3sOANxiJWcc2jXiwKOSH2UiKRiGdkBybHT/H X0FTaZZPqItzD6sXYqKgEwSZCFBzLLk4023myes8WDBKldIk1oQmvmgr1DT/QrXneSVy ilm+uPiJ52XpNr/raa/0F6xyQnVgwsZgn8hFLtbypM+8X8zGwLhYQBMb7vkYPrvgCI/i vgpg== X-Gm-Message-State: ALoCoQnf+/Dr9PEEAT4WrCfnz8DOV1pozGj4UwZ1tzwkQ9c22Xl6XZoY2V1nGI5maCprcpqQUXaF MIME-Version: 1.0 X-Received: by 10.68.217.167 with SMTP id oz7mr323579pbc.188.1381889740982; Tue, 15 Oct 2013 19:15:40 -0700 (PDT) Received: by 10.70.96.228 with HTTP; Tue, 15 Oct 2013 19:15:40 -0700 (PDT) In-Reply-To: <6DC61FDF-6183-4A59-86EA-C65ABD07A59F@gmail.com> References: <5257570B.4050600@codesourcery.com> <6DC61FDF-6183-4A59-86EA-C65ABD07A59F@gmail.com> Date: Wed, 16 Oct 2013 02:15:00 -0000 Message-ID: Subject: Re: [PATCH] fix uninitialized variable in testsuite From: Anthony Green To: Jay Cc: Sandra Loosemore , "libffi-discuss@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013/txt/msg00186.txt.bz2 Sure - I saw that. I was just wondering if it was against a simulator, real hardware, or..? I work on a Nios-like soft-core as well (moxie), and am just curious. On Tue, Oct 15, 2013 at 9:41 PM, Jay wrote: > From her other mail: > "Unfortunately, the Nios II GCC port hasn't been committed to the FSF repository yet; it's been accepted by the steering committee but is still stuck awaiting technical review. I used Mentor's GCC 4.7-based toolchain for testing instead." > > - Jay > > On Oct 15, 2013, at 12:39 PM, Anthony Green wrote: > >> Good catch, Sandra. I've committed this and the nios2 port. Out of >> curiosity, how did you test the nios2 port? >> >> Thanks! >> >> AG >> >> >> On Thu, Oct 10, 2013 at 9:40 PM, Sandra Loosemore >> wrote: >>> I found that the test cls_many_mixed_args.c was failing due to an >>> uninitialized variable. This patch fixes it. OK? >>> >>> -Sandra