From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10045 invoked by alias); 8 Dec 2003 12:12:02 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 10029 invoked from network); 8 Dec 2003 12:12:01 -0000 Received: from unknown (HELO mail.libertysurf.net) (213.36.80.91) by sources.redhat.com with SMTP; 8 Dec 2003 12:12:01 -0000 Received: from localhost.localdomain (213.36.54.161) by mail.libertysurf.net (6.5.033) id 3FCEE10100535F8F; Mon, 8 Dec 2003 13:11:55 +0100 Content-Type: text/plain; charset="iso-8859-1" From: Eric Botcazou To: Richard Henderson Subject: Re: [objc] 64-bit failures Date: Mon, 08 Dec 2003 12:31:00 -0000 User-Agent: KMail/1.4.3 References: <20031208110749.GA10460@redhat.com> In-Reply-To: <20031208110749.GA10460@redhat.com> Cc: gcc@gcc.gnu.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200312081314.12784.ebotcazou@libertysurf.fr> X-SW-Source: 2003-12/txt/msg00509.txt.bz2 > FAIL: objc.dg/call-super-2.m (test for excess errors) > FAIL: objc.dg/desig-init-1.m (test for excess errors) Do you see these ones too (like on SPARC64)? FAIL: objc.dg/encode-2.m execution test FAIL: objc.dg/encode-3.m execution test FAIL: objc.dg/proto-qual-1.m execution test There are sizeof()s all over the place, so this could be an int/long problem too. -- Eric Botcazou