From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16085 invoked by alias); 16 Oct 2013 01:41:36 -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 16072 invoked by uid 89); 16 Oct 2013 01:41:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f46.google.com Received: from mail-pa0-f46.google.com (HELO mail-pa0-f46.google.com) (209.85.220.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 16 Oct 2013 01:41:34 +0000 Received: by mail-pa0-f46.google.com with SMTP id fa1so282503pad.5 for ; Tue, 15 Oct 2013 18:41:33 -0700 (PDT) X-Received: by 10.68.201.103 with SMTP id jz7mr157890pbc.95.1381887692938; Tue, 15 Oct 2013 18:41:32 -0700 (PDT) Received: from [10.224.252.248] (101.sub-174-233-192.myvzw.com. [174.233.192.101]) by mx.google.com with ESMTPSA id bn4sm41338143pbc.11.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 15 Oct 2013 18:41:32 -0700 (PDT) References: <5257570B.4050600@codesourcery.com> Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <6DC61FDF-6183-4A59-86EA-C65ABD07A59F@gmail.com> Cc: Sandra Loosemore , "libffi-discuss@sourceware.org" From: Jay Subject: Re: [PATCH] fix uninitialized variable in testsuite Date: Wed, 16 Oct 2013 01:41:00 -0000 To: Anthony Green X-IsSubscribed: yes X-SW-Source: 2013/txt/msg00185.txt.bz2 =46rom her other mail: "Unfortunately, the Nios II GCC port hasn't been committed to the FSF repos= itory 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 tes= ting 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? >=20 > Thanks! >=20 > AG >=20 >=20 > 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? >>=20 >> -Sandra